ljm\李 il y a 1 an
Parent
commit
1c3ccc42fd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,
             taskId: this.taskList.id,
           };
-		  alert(this.subTitle);
+
           if (this.subTitle == "审核通过") {
             approve(data).then((res) => {
               this.dialogVisible = false;