@@ -211,7 +211,6 @@ export default {
this.$emit("success", this.formData);
this.onHide();
this.$modal.msgSuccess("演练登记评价成功");
- this.getList();
});
},
async refresh(id, other) {
@@ -397,6 +397,7 @@ export default {
/** 搜索按钮操作 */
handleQuery() {
+ console.log('11111111111')
this.queryParams.pageNum = 1;
this.getList();