loulijun2021
2023-03-16 3d8364629179424c6c1d1496dba01144cb5bfc56
src/views/zzmx/jpgj.vue
@@ -132,6 +132,7 @@
            prop="partname"
            label="产品名称"
            min-width="200"
            show-tooltip-when-overflow
            sortable="custom"
          />
          <el-table-column
@@ -618,17 +619,20 @@
      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() {