@@ -289,10 +289,13 @@ export default {
this.newDatas = JSON.parse(JSON.stringify(datas));
this.copynewDatas = JSON.parse(JSON.stringify(datas));
this.oldObj = JSON.parse(JSON.stringify(oldObj));
- this.active = "";
- this.goodsList = [];
+ if(this.active){
+ this.searchData()
+ }
+ // this.active = "";
this.goodsName = "";
this.goodsPrice = "";
+ this.goodsList = [];
this.$api
.inquireCourseSubject({ businessId: Number(oldObj.businessId) })
.then((res) => {