|
@@ -225,7 +225,7 @@
|
|
<el-form-item label="申请人" prop="submitBy">
|
|
<el-form-item label="申请人" prop="submitBy">
|
|
<el-input
|
|
<el-input
|
|
readonly
|
|
readonly
|
|
- v-model="details.submitBy"
|
|
|
|
|
|
+ v-model="details.submitName"
|
|
placeholder="请输入"
|
|
placeholder="请输入"
|
|
></el-input>
|
|
></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -318,6 +318,8 @@ export default {
|
|
applyDeposit(this.details).then((res) => {
|
|
applyDeposit(this.details).then((res) => {
|
|
this.$successMsg("申请成功");
|
|
this.$successMsg("申请成功");
|
|
this.$parent.showPage = 1;
|
|
this.$parent.showPage = 1;
|
|
|
|
+ this.$parent.deduction=''
|
|
|
|
+ this.$parent.getList()
|
|
});
|
|
});
|
|
},
|
|
},
|
|
handleReset() {
|
|
handleReset() {
|