更改gitignore
This commit is contained in:
parent
ea641b4cf5
commit
c766c0b05c
|
@ -1,4 +1,8 @@
|
||||||
node_modules/*
|
node_modules/*
|
||||||
deploy.sh
|
deploy.sh
|
||||||
package-lock.json
|
package-lock.json
|
||||||
unpackage/*
|
unpackage/*
|
||||||
|
.vscode/
|
||||||
|
.vs/
|
||||||
|
.idea/
|
||||||
|
.hbuilderx/
|
|
@ -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; //
|
||||||
|
|
Loading…
Reference in New Issue