loulijun2021
2023-03-20 a1c2af547ceee7a78226cb7f271b9f9cd1854786
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() {