shish пре 3 година
родитељ
комит
5990079db7
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      hdApp/src/admin/billing/affirmGhs.vue

+ 1 - 0
hdApp/src/admin/billing/affirmGhs.vue

@@ -433,6 +433,7 @@ export default {
 			getGhsDataApi({id:id}).then(res => {
 				this.ghsInfo = res.data
 				this.form.packCost = res.data.packCost?parseFloat(res.data.packCost):0
+				this.form.wlName = res.data.customWlName ? res.data.customWlName : ''
 			});
 		},
 		countAllPrices(e){