| pages/modal/3018.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| pages/modal/5600.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| pages/modal/5602.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| pages/modal/form/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages/modal/3018.vue
@@ -888,8 +888,8 @@ iindex); }, setFormValues(data) { if (JSON.stringify(data) == '{}') { return; if (!Array.isArray(data)) { return } for (var a = 0; a < this.classAttrList.length; a++) { for (var l = 0; l < this.classAttrList[a].Attr.length; l++) { pages/modal/5600.vue
@@ -255,7 +255,7 @@ this.title = options.titlename; this.param = JSON.parse(options.param); // console.log(this.param); const paramValue = options.paramValue ?JSON.parse(options.paramValue) :undefined const paramValue = options.paramValue ? JSON.parse(options.paramValue) : undefined this.loadData(paramValue) }, //页面初始化获取焦点 @@ -302,7 +302,7 @@ //传入参数值 if (paramValue) { this.setFormValues(paramValue) } } //加载初始界面 if (this.param.Show_Welcom_Page) { @@ -1094,10 +1094,10 @@ return 0; } }, setFormValues(attrs) { setFormValues(attrs) { const head_styledef = this.head_styledef if (JSON.stringify(attrs) == '{}') { return; if (!Array.isArray(attrs)) { return } console.log(attrs) attrs.forEach(async (attr, key) => { @@ -1162,7 +1162,7 @@ head_styledef: head_styledef }) }, //更新分页签中的列表项内容 //更新分页签中的列表项内容 viewActionSetRow(value) { const $this = this @@ -2255,7 +2255,7 @@ }); }); }, //确定 ok() { this.Before_OK_Event = this.param.Sub_Page[0].Before_ok; pages/modal/5602.vue
@@ -1056,8 +1056,8 @@ }, setFormValues(attrs) { const head_styledef = this.head_styledef if (JSON.stringify(attrs) == '{}') { return; if (!Array.isArray(attrs)) { return } console.log(attrs) attrs.forEach(async (attr, key) => { pages/modal/form/index.vue
@@ -904,8 +904,8 @@ setFormValues(attrs) { console.log(attrs) const head_styledef = this.head_styledef if (JSON.stringify(attrs) == '{}') { return; if (!Array.isArray(attrs)) { return } attrs.forEach(async (attr, key) => { if (attr.choice_list) {