更改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/*
deploy.sh
package-lock.json
unpackage/*
unpackage/*
.vscode/
.vs/
.idea/
.hbuilderx/

View File

@ -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; //