This commit is contained in:
2022-12-16 15:57:13 +08:00
parent 7d2d2eb6e0
commit b6ccd9eb40
5 changed files with 127 additions and 84 deletions

View File

@@ -142,7 +142,11 @@
/** 选择器1 */
selectChange1(e) {
this.index1 = e
this._queryDeviceByarea(e)
if (e) {
this._queryDeviceByarea(e)
} else {
this.index2 = ''
}
},
/** 生产区域下拉框查询 */
async _queryProductArea () {