瀏覽代碼

去掉调试

ljm\李 1 年之前
父節點
當前提交
1c3ccc42fd
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;