From bdc9c721aa76c7a4b98f170f65d69065c0323a27 Mon Sep 17 00:00:00 2001
From: zhuzhuanzhuan
Date: 星期五, 01 三月 2024 10:29:48 +0800
Subject: [PATCH] 优化设备运行参数报警页面代码
---
src/views/eam/modules/repairorder/moudles/select/FaultReportRepair.vue | 15 +++------------
1 files changed, 3 insertions(+), 12 deletions(-)
diff --git a/src/views/eam/modules/repairorder/moudles/select/FaultReportRepair.vue b/src/views/eam/modules/repairorder/moudles/select/FaultReportRepair.vue
index bb3e7d0..9d62e6c 100644
--- a/src/views/eam/modules/repairorder/moudles/select/FaultReportRepair.vue
+++ b/src/views/eam/modules/repairorder/moudles/select/FaultReportRepair.vue
@@ -96,16 +96,6 @@
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import JEllipsis from '@/components/jeecg/JEllipsis'//寮曞叆杩囬暱瑁佸壀
import store from '@/store'
-import {
- ACCESS_TOKEN,
- USER_NAME,
- USER_INFO,
- USER_AUTH,
- SYS_BUTTON_AUTH,
- UI_CACHE_DB_DICT_DATA,
- TENANT_ID,
- CACHE_INCLUDED_ROUTES
-} from '@/store/mutation-types'
export default {
name: "FaultReportRepair",
@@ -168,7 +158,7 @@
dataIndex: 'num'
},
{
- title: '璁惧缂栫爜',
+ title: '缁熶竴缂栫爜',
align: "center",
dataIndex: 'equipmentNum'
},
@@ -237,7 +227,6 @@
}
},
-
methods: {
loadData(arg) {
@@ -295,11 +284,13 @@
close() {
this.queryParam = {};
this.$emit('close');
+ this.dataSource=[];
this.visible = false;
},
handleOk() {
const that = this;
// 瑙﹀彂琛ㄥ崟楠岃瘉
+ this.confirmLoading=true;
if (that.selectedRowKeys.length === 0) {
that.$message.error("璇烽�夋嫨鏁呴殰鎶ヤ慨鍗曞悗鎻愪氦锛�")
return false;
--
Gitblit v1.9.3