hyingbo
5 天以前 4ba27c99841134d0389589af25737fa1ce3aa3c7
src/views/tms/modules/outBound/OutboundListRight.vue
@@ -357,7 +357,7 @@
      onSelectChange(selectedRowKeys, selectionRows) {
        this.selectedRowKeys = selectedRowKeys;
        this.selectionRows = selectionRows;
        const toolCode = this.selectionRows[0].toolCode
        const toolCode = this.selectionRows[0].toolCodeId
        //通过id查询管理参数和参数数据
        getAction(this.url.queryParaByToolCode, { toolCode: toolCode,paraTypeFlag:this.paraTypeFlag}).then((res) => {
          if (res.success) {