|
|
@@ -352,7 +352,7 @@ const field = ref({ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
prop: "centerAgencyId", |
|
|
|
prop: "mapAgencyId", |
|
|
|
label: "中心渠道编号", |
|
|
|
width: "120px", |
|
|
|
listData: getCenterAgencyIdList, |
|
|
@@ -570,7 +570,6 @@ function add() { |
|
|
|
item.form.disabled = false |
|
|
|
} |
|
|
|
}) |
|
|
|
getCenterAgencyId() |
|
|
|
BaseService.postN('/userw/agency/getAgencyId', {}).then((res: any) => { |
|
|
|
if (res && res.code === 0) { |
|
|
|
let bizContent = res.data |
|
|
@@ -746,6 +745,7 @@ function onSuccess(response: any, row: any) { |
|
|
|
|
|
|
|
onMounted(() => { |
|
|
|
getList(); |
|
|
|
getCenterAgencyId(); |
|
|
|
}) |
|
|
|
|
|
|
|
</script> |