CHINAMI-P698360\Administrator 4 mesi fa
parent
commit
7a47cf3d3f

+ 2 - 4
src/business/platform/form/formrender/formrender.vue

@@ -209,7 +209,7 @@ export default {
     if (script) {
       script.parentNode.removeChild(script)
     }
-    /*清除缓存 */
+    /* 清除缓存 */
     if (this.formDef.key) {
       JForm.cleanEvents()
     }
@@ -436,9 +436,7 @@ export default {
      * 设置字段数据
      */
     setData(name, value) {
-      setTimeout(() => {
-        return this.getForm().setFieldData(name, value)
-      }, 200);
+      this.getForm().setFieldData(name, value)
     },
     /**
      * 设置表单权限

File diff suppressed because it is too large
+ 434 - 187
src/views/platform/data/template-list.vue


Some files were not shown because too many files changed in this diff