Commit d4d9bd7f authored by xioln's avatar xioln

供外出库架次联动修改

parent 3e83e9f9
......@@ -22,7 +22,7 @@ import _get from 'lodash.get'
export default {
componentName: '供外出库架次',
name: 'GetSortiesSelect', // name写在组件的最前方,自定义组件为必填
name: 'GetOffrtSortiesSelect', // name写在组件的最前方,自定义组件为必填
components: {},
mixins: [config],
props: {
......@@ -62,7 +62,6 @@ export default {
return
}
const _val = _get(this.form, this.itemObj.linkageAttr)
console.log('watch', _val)
if (_val !== this.linkageValue) {
this.linkageValue = _val
this.getData(_val)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment