Lius
4 天以前 a284da4c7af8db0004b9779753f7d1effaf6254e
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) {