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) {