提交修改错误

This commit is contained in:
gyj
2024-02-22 14:59:39 +08:00
parent dc63c97059
commit 9916f048c4
3 changed files with 20 additions and 17 deletions
+2 -13
View File
@@ -159,9 +159,7 @@
icon: 'none',
duration: 1000
})
uni.navigateBack({
delta: 1
})
this.$router.go(0)
//this.$emit("getList");
})
},
@@ -178,16 +176,7 @@
batchNumber:"",
caseFlowId:this.defalutVal.caseFlowId
}
caseDelete(objValue).then(res =>{
uni.showToast({
title: '删除成功',
icon: 'none',
duration: 1000
})
uni.navigateBack({
delta: 1
})
})
this.$emit('pDeleteCase',objValue)
},
},
created() {