Quellcode durchsuchen

Merge branch 'five-second-add' of http://120.79.166.78:19005/zhongzheng-edu/saas_entrepot_admin into six

Tang vor 3 Jahren
Ursprung
Commit
1e632f4684

+ 5 - 2
src/views/Marketing/order/offlineOrder/batchRecord/secondStep/setGoodsList.vue

@@ -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) => {