| | |
| | | return this.$message.info('此工序已选,请选择其它工序!') |
| | | } |
| | | |
| | | // this.routeArr.forEach((item, index) => { |
| | | // console.log(this.autocompleteValue.trim() === item.stepname, 2) |
| | | // if (this.autocompleteValue.trim() === item.stepname) { |
| | | // console.log(tag.stepname === item.stepname, 353535) |
| | | // this.routeArr.splice(index, 1) |
| | | // } |
| | | // }) |
| | | // console.log(this.routeArr, 1) |
| | | |
| | | // 将值替换到原tag位置上 |
| | | this.dynamicTags.forEach((item, index) => { |
| | | if ((index + 1) === tag.seq) { |
| | |
| | | }, |
| | | // 重置 |
| | | reset() { |
| | | this.form.OrgCode = '' |
| | | this.form.OrgName = '' |
| | | this.form.OrgType = '' |
| | | this.form.UserName = '' |
| | | this.form.routecode = '' |
| | | this.form.routename = '' |
| | | this.form.description = '' |
| | | this.form.createuser = '' |
| | | this.getRouteSearch() |
| | | }, |
| | | |