|
|
|
@ -187,7 +187,7 @@ export default { |
|
|
|
resetApprove() { |
|
|
|
this.formApprove = { |
|
|
|
id: null, |
|
|
|
qmyy: null, |
|
|
|
qmyy: this.$t('page.business.study.studyFormPre.shtg'), |
|
|
|
remark: null, |
|
|
|
qmrmm: null |
|
|
|
} |
|
|
|
@ -196,7 +196,7 @@ export default { |
|
|
|
resetReject() { |
|
|
|
this.formReject = { |
|
|
|
id: null, |
|
|
|
qmyy: null, |
|
|
|
qmyy: this.$t('page.business.study.studyFormPre.shjj'), |
|
|
|
remark: null, |
|
|
|
qmrmm: null |
|
|
|
} |
|
|
|
|