diff --git a/src/views/assetsManage2/dzyjZC/index.vue b/src/views/assetsManage2/dzyjZC/index.vue index 1d6c32e..c637597 100644 --- a/src/views/assetsManage2/dzyjZC/index.vue +++ b/src/views/assetsManage2/dzyjZC/index.vue @@ -46,7 +46,6 @@ :inline="true" ref="queryFormRef" :model="formInline" - :size="size" class="demo-form-inline" > @@ -58,7 +57,7 @@ @@ -70,7 +69,7 @@ @@ -165,10 +164,9 @@ align="center" > @@ -456,7 +455,6 @@ const upload = reactive({ : location.origin + "/api/tc/assetOfficialAccount/importData", }); - // 生命周期钩子 onMounted(() => { if (Object.keys(route.params).length !== 0) { @@ -469,7 +467,6 @@ onMounted(() => { getDeptTree(); cancalDebounce(); window.addEventListener("resize", cancalDebounce); - }); onUnmounted(() => { @@ -549,10 +546,14 @@ const handleImport = () => { // 导出 function handleExport() { - proxy.download("/tc/assetOfficialAccount/export", { - ...formInline.value, - },`公众号资产${new Date().getTime()}.xlsx`) -}; + proxy.download( + "/tc/assetOfficialAccount/export", + { + ...formInline.value, + }, + `公众号资产${new Date().getTime()}.xlsx` + ); +} /** 下载模板操作 */ const importTemplate = () => { diff --git a/src/views/assetsManage2/webZC/index.vue b/src/views/assetsManage2/webZC/index.vue index 087bb27..8ee9e35 100644 --- a/src/views/assetsManage2/webZC/index.vue +++ b/src/views/assetsManage2/webZC/index.vue @@ -29,20 +29,33 @@ /> - -
-