diff --git a/src/views/inm/halfgood_mio.vue b/src/views/inm/halfgood_mio.vue index fb06bfdd..7187abcd 100644 --- a/src/views/inm/halfgood_mio.vue +++ b/src/views/inm/halfgood_mio.vue @@ -87,12 +87,12 @@ {{ stateDict[scope.row.state] }} - + - + @@ -216,6 +216,7 @@ export default { type__in: "do_in,do_out,pur_in", materials__type: 20, }, + project_code:'', form: {}, apiObj: this.$API.inm.mio.list, selection: [], @@ -225,6 +226,9 @@ export default { visibleDrawer: false, }; }, + mounted() { + this.project_code = this.$TOOL.data.get("BASE_INFO").base.base_code; + }, methods: { //添加 add(type) {