소스 검색

修改

master
yangpeilai 1 개월 전
부모
커밋
85286e7354
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/views/system/agency/index.vue

+ 2
- 2
src/views/system/agency/index.vue 파일 보기

@@ -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>

Loading…
취소
저장