From c766c0b05c89cc7305d6e3c3a39e87f0ade64e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Wed, 28 Sep 2022 09:30:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +++++- pages/workSpace/operation/operationCreate.vue | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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; //