添加面授任务

This commit is contained in:
zhangyc
2022-11-27 16:39:22 +08:00
parent 339d77fd1d
commit a586bf108e
11 changed files with 562 additions and 324 deletions

View File

@@ -130,15 +130,13 @@ export default {
});
// const router = useRouter();
const afterVisibleChange = () => {
getInfoDate();
/*
if(){
if(state.ballotId>0){
getInfoDate();
}else{
handleTypes();
}
*/
};
const closeDrawer = () => {
ctx.emit("update:createVoteVisible", false);
@@ -286,6 +284,11 @@ export default {
inputVal: "",
imgVal: "",
},
{
id: 2,
inputVal: "",
imgVal: "",
},
],
};
state.allFormsData.push(obj);