在一个方法中更新了where条件后调用this.$refs.udb.loadData()发起的请求并没有附带where条件,请问如何解决
bindPickerChangeClass(e) {
this.classificationIndex = e.target.value;
this.where=`${this.classificationIndex>=0?`classificationId[0]=='${this.classificationArray[this.classificationIndex]._id}'`:""}`
this.$refs.udb.loadData();
},
m***@163.com (作者)
嗯嗯解决了
2021-06-03 18:00