shish 3 лет назад
Родитель
Сommit
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){