From ccaea4025c1459f2eeeb43dd6618f8492be33f5a Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期四, 25 十一月 2021 19:08:38 +0800
Subject: [PATCH] 设备Bug修复
---
WebTM/views/设备管理/设备规程单/Sb_EquipMaintainRuleList.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\350\247\204\347\250\213\345\215\225/Sb_EquipMaintainRuleList.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\350\247\204\347\250\213\345\215\225/Sb_EquipMaintainRuleList.html"
index 9971c72..965ff3f 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\350\247\204\347\250\213\345\215\225/Sb_EquipMaintainRuleList.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\350\247\204\347\250\213\345\215\225/Sb_EquipMaintainRuleList.html"
@@ -343,6 +343,8 @@
table.render(option);
layer.close(index);
} else {
+ option.data = data1.data;
+ table.render(option);
layer.close(index);
layer.alert("娌℃湁鏁版嵁璁板綍!", { icon: 5 });
}
--
Gitblit v1.9.1