|
@@ -1270,6 +1270,8 @@
|
|
if (res.code === 200) {
|
|
if (res.code === 200) {
|
|
|
|
|
|
this.basicForm = res.data;
|
|
this.basicForm = res.data;
|
|
|
|
+ const { id, name, nickName, } =
|
|
|
|
+ this.$store.state.user;
|
|
|
|
|
|
if (this.pageStu === 'copy') {
|
|
if (this.pageStu === 'copy') {
|
|
|
|
|
|
@@ -1300,6 +1302,10 @@
|
|
this.basicForm.updateTime = '';
|
|
this.basicForm.updateTime = '';
|
|
|
|
|
|
this.basicForm.auditTime = '';
|
|
this.basicForm.auditTime = '';
|
|
|
|
+
|
|
|
|
+ this.basicForm.proposerName = nickName;
|
|
|
|
+
|
|
|
|
+ this.basicForm.proposerId = name;
|
|
|
|
|
|
this.basicForm.applyBillInfo.auditTime = '';
|
|
this.basicForm.applyBillInfo.auditTime = '';
|
|
|
|
|