+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ buttonText }}
+ 删除
+ 取消
+
+
+
+
+
+
+
diff --git a/src/views/iscs/iscsDraw/icscComponents/triangle.vue b/src/views/iscs/iscsDraw/icscComponents/triangle.vue
index a810e94e3..dd38636be 100644
--- a/src/views/iscs/iscsDraw/icscComponents/triangle.vue
+++ b/src/views/iscs/iscsDraw/icscComponents/triangle.vue
@@ -106,7 +106,7 @@ export default {
x: this.form.x,
y: this.form.y
},
- code: this.isUpdate ? this.form.code : getUID('IscsTriangle', this.iscs.iscsRectList),
+ code: this.isUpdate ? this.form.code : getUID('IscsTriangle', this.iscs.iscsTriangleList),
_type: 'IscsTriangle',
fillColor: this.form.fillColor,
borderWidth: this.form.borderWidth,
diff --git a/src/views/iscs/iscsDraw/iscsAutomatic/index.vue b/src/views/iscs/iscsDraw/iscsAutomatic/index.vue
index a77b2987a..099310688 100644
--- a/src/views/iscs/iscsDraw/iscsAutomatic/index.vue
+++ b/src/views/iscs/iscsDraw/iscsAutomatic/index.vue
@@ -42,7 +42,7 @@
@deleteDataModel="deleteDataModel"
/>
-