|
@@ -376,7 +376,7 @@ export default {
|
|
},
|
|
},
|
|
openForm() {
|
|
openForm() {
|
|
Promise.all([
|
|
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"})
|
|
materialCategoryTree({state:"ON"})
|
|
]).then(([res1, res2]) => {
|
|
]).then(([res1, res2]) => {
|
|
this.partsUnitList = res1.data.records
|
|
this.partsUnitList = res1.data.records
|