This commit is contained in:
chenjianan
2019-03-25 11:44:11 +08:00
parent 60c5fe518e
commit 8c403d467a
4 changed files with 95 additions and 7 deletions

View File

@@ -121,6 +121,9 @@ export default {
},
projectChange() {
this.machine = []
this.machineValue = ''
this.group = []
this.groupValue = ''
searchMachine(this.projectValue).then(response => {
for (let i = 0; i < response.data.length; i++) {
this.machine.push({
@@ -132,6 +135,7 @@ export default {
},
machineChange() {
this.group = []
this.groupValue = ''
searchGroup(this.machineValue).then(response => {
for (let i = 0; i < response.data.length; i++) {
this.group.push({