瀏覽代碼

演练评价bug处理

jingyuanchao 1 年之前
父節點
當前提交
2e1a2d1f25
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 0 1
      src/views/core/drill/task/dialog.evaluate.vue
  2. 1 0
      src/views/core/drill/task/index.vue

+ 0 - 1
src/views/core/drill/task/dialog.evaluate.vue

@@ -211,7 +211,6 @@ export default {
         this.$emit("success", this.formData);
         this.onHide();
         this.$modal.msgSuccess("演练登记评价成功");
-        this.getList();
       });
     },
     async refresh(id, other) {

+ 1 - 0
src/views/core/drill/task/index.vue

@@ -397,6 +397,7 @@ export default {
     },
     /** 搜索按钮操作 */
     handleQuery() {
+      console.log('11111111111')
       this.queryParams.pageNum = 1;
       this.getList();
     },