This commit is contained in:
liushuai
2019-04-01 10:39:53 +08:00
parent b314703e23
commit 2768593935
4 changed files with 33 additions and 51 deletions

View File

@@ -298,6 +298,7 @@ export default {
this.getSelect(initProject, ['项目名称', '项目流水号'], 'project')
},
searchMachine() {
this.machineValue = ''
this.machine = []
initMachine(this.projectValue).then(response => {
for (let i = 0; i < response.data.length; i++) {