master
xy 2 years ago
parent d96753771c
commit 6a937bdfe9

@ -1210,6 +1210,7 @@ export default {
plan_name: "请选择预算计划",
start_plan_price: undefined,
end_plan_price: undefined,
is_myself: 0,
},
selectCopy: {
keyword: "",
@ -2532,6 +2533,7 @@ export default {
})
.catch((error) => {});
this.getPurchaseType();
this.select.is_myself = this.$route.path.split('_')[1] ? Number(this.$route.path.split('_')[1]) : 0
this.getContracts();
this.getDepartment();
this.getPurchaseWay();

Loading…
Cancel
Save