流程问题修改1

This commit is contained in:
Your Name
2023-09-23 16:01:56 +08:00
parent a062ebc78f
commit 45a58322c8
10 changed files with 110 additions and 54 deletions
@@ -35,6 +35,9 @@
<el-form-item label="案件状态:" prop="caseStatusName">
<el-input v-model="form.caseStatusName" placeholder="" />
</el-form-item>
<el-form-item label="支付状态:" prop="paymentStatusName">
<el-input v-model="form.paymentStatusName" placeholder="" />
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
<el-button
@@ -80,9 +83,11 @@ export default {
message: "确认成功",
type: "success",
});
if (res.code == 200) {
this.getList();
}
});
this.cancel();
this.getList();
},
cancel() {
this.$emit("cancelpaymentdetails");