|
|
@@ -1812,8 +1812,8 @@
|
|
|
this.form.partaAddress = this.enterprisePage[0]?.address;
|
|
|
this.form.purchaseDeptId = this.enterprisePage[0]?.groupId || '';
|
|
|
this.form.purchaseDeptName = this.enterprisePage[0]?.name || '';
|
|
|
- // this.form.purchaseUserId = this.$store.state.user.info?.id || '';
|
|
|
- // this.form.purchaseUserName = this.$store.state.user.info?.name || '';
|
|
|
+ this.form.purchaseUserId = this.$store.state.user.info?.id || '';
|
|
|
+ this.form.purchaseUserName = this.$store.state.user.info?.name || '';
|
|
|
this.$nextTick(() => {
|
|
|
if(this.form.purchaseDeptId) {
|
|
|
this.getPurchaseUser(this.form.purchaseDeptId);
|