mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
投票字段校验
This commit is contained in:
@@ -118,6 +118,10 @@ export default {
|
||||
type: Number,
|
||||
default: null,
|
||||
},
|
||||
ballot_name: {
|
||||
type: String,
|
||||
default: null,
|
||||
},
|
||||
editChild: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
@@ -150,6 +154,7 @@ export default {
|
||||
handleAllCancel();
|
||||
ctx.emit("update:createVoteVisible", false);
|
||||
ctx.emit("update:ballotId", state.ballotId);
|
||||
ctx.emit("update:ballot_name", state.ballotName);
|
||||
};
|
||||
// 详情
|
||||
const getInfoDate = async () => {
|
||||
|
||||
Reference in New Issue
Block a user