|
@@ -263,7 +263,7 @@ export default {
|
|
comments: this.subForm.comments,
|
|
comments: this.subForm.comments,
|
|
taskId: this.taskList.id,
|
|
taskId: this.taskList.id,
|
|
};
|
|
};
|
|
- alert(this.subTitle);
|
|
+
|
|
if (this.subTitle == "审核通过") {
|
|
if (this.subTitle == "审核通过") {
|
|
approve(data).then((res) => {
|
|
approve(data).then((res) => {
|
|
this.dialogVisible = false;
|
|
this.dialogVisible = false;
|