+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ buttonText }}
+ 删除
+ 取消
+
+
+
+
+
+
+
diff --git a/src/views/iscs/iscsDraw/icscComponents/rhombus.vue b/src/views/iscs/iscsDraw/icscComponents/rhombus.vue
index 0ae13be67..2aa486e56 100644
--- a/src/views/iscs/iscsDraw/icscComponents/rhombus.vue
+++ b/src/views/iscs/iscsDraw/icscComponents/rhombus.vue
@@ -104,7 +104,7 @@ export default {
x: this.form.x,
y: this.form.y
},
- code: this.isUpdate ? this.form.code : getUID('IscsRhombus', this.iscs.iscsRectList),
+ code: this.isUpdate ? this.form.code : getUID('IscsRhombus', this.iscs.iscsRhombusList),
_type: 'IscsRhombus',
fillColor: this.form.fillColor,
borderWidth: this.form.borderWidth,
diff --git a/src/views/iscs/iscsDraw/icscComponents/tick.vue b/src/views/iscs/iscsDraw/icscComponents/tick.vue
index 2bf7274cb..e8a284f9a 100644
--- a/src/views/iscs/iscsDraw/icscComponents/tick.vue
+++ b/src/views/iscs/iscsDraw/icscComponents/tick.vue
@@ -86,7 +86,7 @@ export default {
x: this.form.x,
y: this.form.y
},
- code: this.isUpdate ? this.form.code : getUID('IscsTick', this.iscs.iscsRectList),
+ code: this.isUpdate ? this.form.code : getUID('IscsTick', this.iscs.iscsTickList),
_type: 'IscsTick',
fillColor: this.form.fillColor,
borderWidth: this.form.borderWidth,
diff --git a/src/views/iscs/iscsDraw/iscsPowerMonitoring/index.vue b/src/views/iscs/iscsDraw/iscsPowerMonitoring/index.vue
index 9793e4983..cbac245f7 100644
--- a/src/views/iscs/iscsDraw/iscsPowerMonitoring/index.vue
+++ b/src/views/iscs/iscsDraw/iscsPowerMonitoring/index.vue
@@ -74,6 +74,14 @@
@deleteDataModel="deleteDataModel"
/>
+