Browse Source

3D配置页面bug修改

master
z_yu 3 years ago
parent
commit
4a09e5c984
  1. 11
      src/views/storeManage/warehouse3DConfig/index.vue

11
src/views/storeManage/warehouse3DConfig/index.vue

@ -122,15 +122,14 @@ export default {
} }
}, },
watch: { watch: {
'form.divPosition': (newVal, oldVal) => {
//
'form.divPosition'(newVal, oldVal) {
if (newVal && newVal.includes('OAO')) { if (newVal && newVal.includes('OAO')) {
this.isMultiple = true this.isMultiple = true
} }
// this.$nextTick(function() {
// const label = this.$refs.paramsSelect.selectedLabel
// console.log(label)
// })
//
this.$nextTick(function() {
this.$refs.paramsSelect.selectedLabel = ''
})
} }
}, },
created() { created() {

Loading…
Cancel
Save