投票字段校验

This commit is contained in:
zhangyc
2022-12-05 22:11:22 +08:00
parent 7fe1e72afc
commit 53256b70b5
2 changed files with 51 additions and 5 deletions

View File

@@ -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 () => {