cuijian
昨天 88a01935759943d38e1ab5d318ace12e3d948a60
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) {