| | |
| | | prop="partname" |
| | | label="产品名称" |
| | | min-width="200" |
| | | show-tooltip-when-overflow |
| | | sortable="custom" |
| | | /> |
| | | <el-table-column |
| | |
| | | this.form.routecode = '' |
| | | this.form.stepcode = '' |
| | | this.form.eqpcode = '' |
| | | this.search() |
| | | }, |
| | | async routeChange(val) { |
| | | const { data: res } = await RouteSelectStep({ routecode: val }) |
| | | this.stepArr = res |
| | | this.form.stepcode = '' |
| | | this.form.eqpcode = '' |
| | | this.search() |
| | | }, |
| | | async stepChange(val) { |
| | | const { data: res } = await StepSelectEqp({ stepcode: val }) |
| | | this.eqpArr = res |
| | | this.form.eqpcode = '' |
| | | this.search() |
| | | }, |
| | | // 重置 |
| | | reset() { |