diff --git a/sgzb-ui/src/views/scrapManage/Inventory/config.js b/sgzb-ui/src/views/scrapManage/Inventory/config.js index 83b29ee6..ce20c2fd 100644 --- a/sgzb-ui/src/views/scrapManage/Inventory/config.js +++ b/sgzb-ui/src/views/scrapManage/Inventory/config.js @@ -5,7 +5,7 @@ export const config = { isFormShow: true, // 是否显示表单查询组件 handleWidth: '', // 操作列宽度 formLabel: [ - { f_label: '关键字', f_model: 'keywords', f_type: 'ipt' }, + { f_label: '关键字', f_model: 'keyword', f_type: 'ipt' }, { f_label: '单位名称', f_model: 'backUnit', f_type: 'sel', f_selList: [] }, { f_label: '工程名称', f_model: 'backPro', f_type: 'sel', f_selList: [] }, { f_label: '工机具类型', f_model: 'type', f_type: 'selCas', f_selList: [], optionProps: { value: 'id', } }, diff --git a/sgzb-ui/src/views/scrapManage/forecastWaste/auditing/config.js b/sgzb-ui/src/views/scrapManage/forecastWaste/auditing/config.js index 463327cc..de041702 100644 --- a/sgzb-ui/src/views/scrapManage/forecastWaste/auditing/config.js +++ b/sgzb-ui/src/views/scrapManage/forecastWaste/auditing/config.js @@ -15,7 +15,7 @@ export const config = { isFormShow: true, // 是否显示表单查询组件 handleWidth: '', // 操作列宽度 formLabel: [ - { f_label: '关键字', f_model: 'keywords', f_type: 'ipt' }, + { f_label: '关键字', f_model: 'keyword', f_type: 'ipt' }, { f_label: '单位名称', f_model: 'backUnit', f_type: 'sel', f_selList: [] }, { f_label: '工程名称', f_model: 'backPro', f_type: 'sel', f_selList: [] }, { f_label: '工机具类型', f_model: 'type', f_type: 'selCas', f_selList: [], optionProps: { value: 'id', } }, diff --git a/sgzb-ui/src/views/scrapManage/forecastWaste/auditing/index.vue b/sgzb-ui/src/views/scrapManage/forecastWaste/auditing/index.vue index ee15441f..449e97d9 100644 --- a/sgzb-ui/src/views/scrapManage/forecastWaste/auditing/index.vue +++ b/sgzb-ui/src/views/scrapManage/forecastWaste/auditing/index.vue @@ -5,6 +5,7 @@ ref="tbRef" :config="config" :sendApi="getForecastWasteListApi" + @getTableSelectionChange="getTableSelectionList" >