Kaynağa Gözat

修改

master
yangpeilai 3 hafta önce
ebeveyn
işleme
85286e7354
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      src/views/system/agency/index.vue

+ 2
- 2
src/views/system/agency/index.vue Dosyayı Görüntüle

@@ -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…
İptal
Kaydet