408249787 2 年 前
コミット
068d931bd2
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/views/remote/opc/modules/BaseForm.vue

+ 1 - 0
src/views/remote/opc/modules/BaseForm.vue

@@ -407,6 +407,7 @@ export default {
     handleCancel (values) {
       this.visible = false
       this.confirmLoading = false
+      this.isExisting = false
       this.form.resetFields()
       if (this.BaseTool.Object.isNotBlank(values)) {
         this.$emit('ok', values)