diff --git a/pages/warehouse/SemifinishedOutStore.vue b/pages/warehouse/SemifinishedOutStore.vue index 0487767..c1626ac 100644 --- a/pages/warehouse/SemifinishedOutStore.vue +++ b/pages/warehouse/SemifinishedOutStore.vue @@ -56,7 +56,7 @@ - + @@ -82,11 +82,11 @@ }, created () { this._iosOutgetPoint() - this._iosOutgetIvt(e) + this._iosOutgetIvt() }, methods: { handleChange (e) { - this._iosOutgetIvt(e) + this._iosOutgetIvt() }, /** 选择器 */ selectChange(e) { @@ -102,7 +102,7 @@ this.options = [...res.data] }, /** grid查询 */ - async _iosOutgetIvt (e) { + async _iosOutgetIvt () { let res = await iosOutgetIvt(this.val1, this.index) res.data.map(el => { this.$set(el, 'checked', false)