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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user