diff --git a/src/views/main/DJYTenantParam/addForm.vue b/src/views/main/DJYTenantParam/addForm.vue index 3dad5bd..517d39a 100644 --- a/src/views/main/DJYTenantParam/addForm.vue +++ b/src/views/main/DJYTenantParam/addForm.vue @@ -10,6 +10,18 @@ + + + + + {{ item.value }} + + + + { + sysDictDataPage({ pageNo: 1, pageSize: 999, typeId: '353559512399941' }).then(res => { this.TypeData = res.data.rows console.log(this.TypeData) }) diff --git a/src/views/main/DJYTenantParam/editForm.vue b/src/views/main/DJYTenantParam/editForm.vue index 7bd2c09..eb611fb 100644 --- a/src/views/main/DJYTenantParam/editForm.vue +++ b/src/views/main/DJYTenantParam/editForm.vue @@ -10,6 +10,18 @@ + + + + + {{ item.value }} + + + + { + sysDictDataPage({ pageNo: 1, pageSize: 999, typeId: '353559512399941' }).then(res => { this.TypeData = res.data.rows console.log(this.TypeData) }) @@ -83,6 +95,7 @@ export default { this.typeData = typeOption.filters['dictData']('edi_type') setTimeout(() => { this.form.setFieldsValue({ + type: record.type, paraName: record.paraName, paraCode: record.paraCode, remark: record.remark diff --git a/src/views/main/DJYTenantParam/editItemForm.vue b/src/views/main/DJYTenantParam/editItemForm.vue index df7c5d3..277b237 100644 --- a/src/views/main/DJYTenantParam/editItemForm.vue +++ b/src/views/main/DJYTenantParam/editItemForm.vue @@ -148,7 +148,8 @@ export default { paraCode: record.paraCode, itemCode: record.itemCode, itemName: record.itemName, - remark: record.remark + remark: record.remark, + tenantId: record.tenantId }) console.log(this.form.getFieldsValue()) }, 100) diff --git a/src/views/main/DJYTenantParam/index.vue b/src/views/main/DJYTenantParam/index.vue index 88447c4..bc67f3f 100644 --- a/src/views/main/DJYTenantParam/index.vue +++ b/src/views/main/DJYTenantParam/index.vue @@ -16,8 +16,17 @@ --> - - + + + + + + + + + {{ item.value }} + + @@ -26,10 +35,10 @@ 查询 重置 - + @@ -54,8 +63,8 @@ :title="item.title" :align="item.align" > - diff --git a/src/views/main/UserEmail/editForm.vue b/src/views/main/UserEmail/editForm.vue new file mode 100644 index 0000000..3998c16 --- /dev/null +++ b/src/views/main/UserEmail/editForm.vue @@ -0,0 +1,148 @@ + + + diff --git a/src/views/main/UserEmail/index.vue b/src/views/main/UserEmail/index.vue new file mode 100644 index 0000000..9b0c8d1 --- /dev/null +++ b/src/views/main/UserEmail/index.vue @@ -0,0 +1,226 @@ + + +