diff --git a/src/api/productionManagement/coatingMaterial.js b/src/api/productionManagement/coatingMaterial.js index c24026e..6845091 100644 --- a/src/api/productionManagement/coatingMaterial.js +++ b/src/api/productionManagement/coatingMaterial.js @@ -80,7 +80,7 @@ export const getAddRequireList = params => { export const getWorkCenter = () =>{ return request({ - url:'/api/blade-desk/BA/WorkCenter/listForSelect', + url:'/api/blade-desk/bsWorkCenter/getList', method:'get' }) } \ No newline at end of file diff --git a/src/views/productionManagement/components/coatingAddDialog.vue b/src/views/productionManagement/components/coatingAddDialog.vue index a629dd7..32e37f6 100644 --- a/src/views/productionManagement/components/coatingAddDialog.vue +++ b/src/views/productionManagement/components/coatingAddDialog.vue @@ -52,29 +52,29 @@ - + - + @@ -158,9 +158,12 @@ export default { console.log('params', this.searchForm); let params = { ...this.searchForm, - overHalfMon:this.searchForm.overHalfMon ? 1 : 0 + overHalfMon:this.searchForm.overHalfMon ? 1 : 0, + current:1, + size:99999 } const res = await getAddRequireList( params); + this.tableData = res.data.data.records; console.log('res', res); // if (res && res.code === 200) { // this.data = res.data?.data?.records || [];