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