更改gitignore

This commit is contained in:
曹前明 2022-09-28 09:30:56 +08:00
parent ea641b4cf5
commit c766c0b05c
2 changed files with 6 additions and 2 deletions

6
.gitignore vendored
View File

@ -1,4 +1,8 @@
node_modules/* node_modules/*
deploy.sh deploy.sh
package-lock.json package-lock.json
unpackage/* unpackage/*
.vscode/
.vs/
.idea/
.hbuilderx/

View File

@ -204,7 +204,6 @@
}) })
}, },
getAreaDept(val){ getAreaDept(val){
console.log(val)
if(val==null || val==''){ if(val==null || val==''){
return return
} }
@ -223,6 +222,7 @@
that.formData.place = res.place; // that.formData.place = res.place; //
that.formData.state_work = res.state_work; // that.formData.state_work = res.state_work; //
that.formData.area = res.area; // that.formData.area = res.area; //
that.getVchannelOptions(res.area)
that.formData.dept_bus = res.dept_bus; // that.formData.dept_bus = res.dept_bus; //
that.formData.coordinator = res.coordinator; // that.formData.coordinator = res.coordinator; //
that.formData.dept_ter = res.dept_ter; // that.formData.dept_ter = res.dept_ter; //