Browse Source

no message

linwenxin 1 year ago
parent
commit
f24fd94158

+ 1 - 1
src/views/auxiliaryFittings/auxiliaryDataManagement/auxiliaryChargeManagement/index.vue

@@ -376,7 +376,7 @@ export default {
     },
     openForm() {
       Promise.all([
-        getTypeList({ "pageNum": 1, "pageSize": -1, "params": [{ "param": "a.dict_type", "compare": "=", "value": `PARTS_UNIT` }, { "param": "a.status", "compare": "=", "value": "ON" }] }),
+        getTypeList({ "pageNum": 1, "pageSize": -1, "params": [{ "param": "a.dict_type", "compare": "=", "value": `ASSIST_UNIT` }, { "param": "a.status", "compare": "=", "value": "ON" }] }),
         materialCategoryTree({state:"ON"})
       ]).then(([res1, res2]) => {
         this.partsUnitList = res1.data.records

+ 1 - 1
src/views/auxiliaryFittings/auxiliaryDataManagement/auxiliaryPriceManagement/index.vue

@@ -296,7 +296,7 @@ export default {
     },
     openForm() {
       Promise.all([
-        getTypeList({ "pageNum": 1, "pageSize": -1, "params": [{ "param": "a.dict_type", "compare": "=", "value": `PARTS_UNIT` }, { "param": "a.status", "compare": "=", "value": "ON" }] }),
+        getTypeList({ "pageNum": 1, "pageSize": -1, "params": [{ "param": "a.dict_type", "compare": "=", "value": `ASSIST_UNIT` }, { "param": "a.status", "compare": "=", "value": "ON" }] }),
         materialCategoryTree({state:"ON"})
       ]).then(([res1, res2]) => {
         this.partsUnitList = res1.data.records