diff --git a/pages/manage/mater-in-storage.vue b/pages/manage/mater-in-storage.vue index 8ab7cc2..80fc321 100644 --- a/pages/manage/mater-in-storage.vue +++ b/pages/manage/mater-in-storage.vue @@ -122,24 +122,27 @@ }, methods: { handleChange (e) { - if (e) { - if (this.val1) { - this._getSD01GroupLog(this.val1, e) - } - } + // if (e) { + // if (this.val1) { + // this._getSD01GroupLog(this.val1, e) + // } + // } }, handleChange1 (e) { - if (e) { - if (this.val2) { - this._getSD01GroupLog(e, this.val2) - } - } + // if (e) { + // if (this.val2) { + // this._getSD01GroupLog(e, this.val2) + // } + // } }, selectChange (e) { this.dataList = [] this.index1 = '' this.index2 = '' + if (e && this.val1 && this.val2) { + this._getSD01GroupLog(this.val1, this.val2) + } }, async _regionList () { let res = await regionList()