Browse Source

更新状态

lex 2 years ago
parent
commit
714801cd14
1 changed files with 1 additions and 5 deletions
  1. 1 5
      src/components/VueFormMaking/components/GenerateFormItem.vue

+ 1 - 5
src/components/VueFormMaking/components/GenerateFormItem.vue

@@ -648,11 +648,7 @@ export default {
   },
   mounted() {
     // console.log(this.widget, "12121", this.dataModel);
-    if (
-      this.preview &&
-      this.widget.type == "select" &&
-      this.widget.options.relationStatus
-    ) {
+    if (this.widget.type == "select" && this.widget.options.relationStatus) {
       console.log(true, "false");
       this.onChangeSelect();
     }