diff --git a/src/views/main/Customer/addForm.vue b/src/views/main/Customer/addForm.vue index 4a1e908..1624b92 100644 --- a/src/views/main/Customer/addForm.vue +++ b/src/views/main/Customer/addForm.vue @@ -117,11 +117,9 @@ placeholder="请选择属性字符串" v-decorator="['WpropString', { rules: [{ required: true, message: '请选择属性字符串!' }] }]" > - 委托单位 - 车队 - 报关行 - 订舱管理 - 代理 + {{ + item.value + }} @@ -305,13 +303,17 @@ export default { confirmLoading: false, form: this.$form.createForm(this), ContactsData: [], - TypeData: [] + TypeData: [], + propStringData: [] } }, mounted() { sysDictDataPage({ pageNo: 1, pageSize: 999, typeId: '346103538081861' }).then(res => { this.TypeData = res.data.rows }) + sysDictDataPage({ pageNo: 1, pageSize: 999, typeId: '346100897906757' }).then(res => { + this.propStringData = res.data.rows + }) }, methods: { removeCheckboxRow() { diff --git a/src/views/main/Customer/editForm.vue b/src/views/main/Customer/editForm.vue index 460b3dd..730715b 100644 --- a/src/views/main/Customer/editForm.vue +++ b/src/views/main/Customer/editForm.vue @@ -117,11 +117,9 @@ placeholder="请选择属性字符串" v-decorator="['WpropString', { rules: [{ required: true, message: '请选择属性字符串!' }] }]" > - 委托单位 - 车队 - 报关行 - 订舱管理 - 代理 + {{ + item.value + }} @@ -306,7 +304,8 @@ export default { form: this.$form.createForm(this), ContactsData: [], Data: {}, - TypeData: [] + TypeData: [], + propStringData: [] } }, mounted() { @@ -334,6 +333,9 @@ export default { sysDictDataPage({ pageNo: 1, pageSize: 999, typeId: '346103538081861' }).then(res => { this.TypeData = res.data.rows }) + sysDictDataPage({ pageNo: 1, pageSize: 999, typeId: '346100897906757' }).then(res => { + this.propStringData = res.data.rows + }) }, methods: { removeCheckboxRow() { diff --git a/src/views/main/Customer/index.vue b/src/views/main/Customer/index.vue index df7303b..78e0d74 100644 --- a/src/views/main/Customer/index.vue +++ b/src/views/main/Customer/index.vue @@ -89,9 +89,6 @@ :align="item.align" v-if="item.checked" > -