Browse Source

去掉调试

ljm\李 1 year ago
parent
commit
1c3ccc42fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/task/index.vue

+ 1 - 1
src/views/task/index.vue

@@ -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;