diff --git a/.gitignore b/.gitignore index 92fa10e..73d2583 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ node_modules/* deploy.sh package-lock.json -unpackage/* \ No newline at end of file +unpackage/* +.vscode/ +.vs/ +.idea/ +.hbuilderx/ \ No newline at end of file diff --git a/pages/workSpace/operation/operationCreate.vue b/pages/workSpace/operation/operationCreate.vue index 8cd05a5..71e3a88 100644 --- a/pages/workSpace/operation/operationCreate.vue +++ b/pages/workSpace/operation/operationCreate.vue @@ -204,7 +204,6 @@ }) }, getAreaDept(val){ - console.log(val) if(val==null || val==''){ return } @@ -223,6 +222,7 @@ that.formData.place = res.place; // that.formData.state_work = res.state_work; // that.formData.area = res.area; // + that.getVchannelOptions(res.area) that.formData.dept_bus = res.dept_bus; // that.formData.coordinator = res.coordinator; // that.formData.dept_ter = res.dept_ter; //