chenghanbin 4 місяців тому
батько
коміт
5f06ad9062
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      src/views/emergencySupport/moduleView/yjccqyAdd.vue

+ 2 - 2
src/views/emergencySupport/moduleView/yjccqyAdd.vue

@@ -413,7 +413,8 @@
413 413
 		getCityDicList()
414 414
 		// 查看详情
415 415
 		if (props.modalData.type == 'look' || props.modalData.type == 'edit') {
416
-			pageTitle.value = '查看应急配送企业详情'
416
+			let str = props.modalData.type == 'look' ? '查看' : '修改'
417
+			pageTitle.value = str + '应急仓储企业详情'
417 418
 			api.getDetails({ id: props.modalData.id }).then((res) => {
418 419
 				formData.value = res
419 420
 				formData.value.emergencyLevel = []
@@ -474,7 +475,6 @@
474 475
 			}
475 476
 		})
476 477
 		dictList.sjjyProvince.map((item) => {
477
-			console.log(item.id, formData.value.actualAddressProvince)
478 478
 			if (item.id == formData.value.actualAddressProvince) {
479 479
 				if (item.dictLabel == '北京市' || item.dictLabel == '上海市' || item.dictLabel == '重庆市') {
480 480
 					dictList.sjjyCity.push(item)