Procházet zdrojové kódy

演练评价bug处理

jingyuanchao před 1 rokem
rodič
revize
2e1a2d1f25

+ 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();
     },