diff --git a/src/views/deviceManage/components/editDeviceKkj.vue b/src/views/deviceManage/components/editDeviceKkj.vue index b7b972e..9adc1c8 100644 --- a/src/views/deviceManage/components/editDeviceKkj.vue +++ b/src/views/deviceManage/components/editDeviceKkj.vue @@ -50,7 +50,7 @@ diff --git a/src/views/deviceManage/components/editDeviceKkj.vue b/src/views/deviceManage/components/editDeviceKkj.vue index b7b972e..9adc1c8 100644 --- a/src/views/deviceManage/components/editDeviceKkj.vue +++ b/src/views/deviceManage/components/editDeviceKkj.vue @@ -50,7 +50,7 @@ diff --git a/src/views/systemConfig/manufacturer/manufacturer.vue b/src/views/systemConfig/manufacturer/manufacturer.vue index 794716f..ae12191 100644 --- a/src/views/systemConfig/manufacturer/manufacturer.vue +++ b/src/views/systemConfig/manufacturer/manufacturer.vue @@ -75,17 +75,17 @@ columns: [ { text: '厂商名称', - value: 'name', + value: 'NAME', align: 'center' }, { text: '联系人', - value: 'contact', + value: 'CONTACT', align: 'center' }, { text: '联系电话', - value: 'tel', + value: 'TEL', align: 'center' }, { diff --git a/src/views/deviceManage/components/editDeviceKkj.vue b/src/views/deviceManage/components/editDeviceKkj.vue index b7b972e..9adc1c8 100644 --- a/src/views/deviceManage/components/editDeviceKkj.vue +++ b/src/views/deviceManage/components/editDeviceKkj.vue @@ -50,7 +50,7 @@ diff --git a/src/views/systemConfig/manufacturer/manufacturer.vue b/src/views/systemConfig/manufacturer/manufacturer.vue index 794716f..ae12191 100644 --- a/src/views/systemConfig/manufacturer/manufacturer.vue +++ b/src/views/systemConfig/manufacturer/manufacturer.vue @@ -75,17 +75,17 @@ columns: [ { text: '厂商名称', - value: 'name', + value: 'NAME', align: 'center' }, { text: '联系人', - value: 'contact', + value: 'CONTACT', align: 'center' }, { text: '联系电话', - value: 'tel', + value: 'TEL', align: 'center' }, { diff --git a/src/views/wellManage/components/editKkj.vue b/src/views/wellManage/components/editKkj.vue index 37352fe..9935e66 100644 --- a/src/views/wellManage/components/editKkj.vue +++ b/src/views/wellManage/components/editKkj.vue @@ -229,6 +229,7 @@ if (response.code === 200) { this.$message.success('新增成功!') this.$emit('watchChild') + this.dialogFormVisible = false this.resetForm() } })