被申请人缴费

This commit is contained in:
hanchaobo
2024-01-31 18:06:21 +08:00
4 changed files with 37 additions and 11 deletions
+4 -3
View File
@@ -347,6 +347,7 @@ export default {
this.addModifyData = 3
this.addVisable = true;
this.caseData = row;
this.$set(this.caseData,'flag',2)
this.caseDisabled = false;
this.tabFlag = false;
},
@@ -618,15 +619,15 @@ export default {
cancelcaseLog() {
this.showcaseLog = false
},
// 案件归档
// 案件送达
caseFiling(row) {
console.log(row.id)
let paramValues = {
ids:[row.id]
}
this.$modal.confirm("你确定要案件归档吗?").then((res) => {
this.$modal.confirm("你确定要案件送达吗?").then((res) => {
msCaseFile(paramValues).then(res=>{
this.$modal.msgSuccess("案件归档成功");
this.$modal.msgSuccess("案件送达成功");
this.getList(this.queryParams);
})
}).catch(() => {