This commit is contained in:
@jyuhsin
2026-03-04 14:48:46 +08:00
parent aaa228a2af
commit ae31df1557
2 changed files with 33 additions and 32 deletions
@@ -226,6 +226,8 @@ layout("/layouts/platform.html"){
}, },
handleTaskAction(val) { handleTaskAction(val) {
this.$refs.formRef.validate(valid => {
if (!valid) return
this.$confirm("您确定要提交吗?", "提示", { this.$confirm("您确定要提交吗?", "提示", {
confirmButtonText: "确定", confirmButtonText: "确定",
cancelButtonText: "取消", cancelButtonText: "取消",
@@ -259,6 +261,7 @@ layout("/layouts/platform.html"){
loading.close() loading.close()
}) })
}) })
})
}, },
// 打开并案审核 // 打开并案审核
@@ -148,8 +148,6 @@ layout("/layouts/platform.html"){
cancelButtonText: "取消", cancelButtonText: "取消",
type: "warning" type: "warning"
}).then(() => { }).then(() => {
console.log(this.formData)
return
this.$axios.post("/flow/common/executeTask", { this.$axios.post("/flow/common/executeTask", {
data: JSON.stringify({ data: JSON.stringify({
...this.formData, ...this.formData,