|
@@ -87,7 +87,7 @@ import AgreementBodyMunicipal from './components/AgreementBodyMunicipal.vue';
|
|
|
import type { AgreementYmdParts } from './components/AgreementDateWriteBlock.vue';
|
|
import type { AgreementYmdParts } from './components/AgreementDateWriteBlock.vue';
|
|
|
import { useSimpleDataLoader } from '@/composeables/useSimpleDataLoader';
|
|
import { useSimpleDataLoader } from '@/composeables/useSimpleDataLoader';
|
|
|
import { ArrowLeftOutlined } from '@ant-design/icons-vue';
|
|
import { ArrowLeftOutlined } from '@ant-design/icons-vue';
|
|
|
-import { injectAppConfiguration } from '@/api/system/useAppConfiguration.ts';
|
|
|
|
|
|
|
+import { injectAppConfiguration } from '@/api/system/useAppConfiguration';
|
|
|
|
|
|
|
|
function formatErr(e: unknown): string {
|
|
function formatErr(e: unknown): string {
|
|
|
if (e instanceof RequestApiError)
|
|
if (e instanceof RequestApiError)
|
|
@@ -249,7 +249,7 @@ async function createAgreement() {
|
|
|
if (basicInfo.level === 24) {
|
|
if (basicInfo.level === 24) {
|
|
|
detail.partyA = '厦门市文化和旅游局';
|
|
detail.partyA = '厦门市文化和旅游局';
|
|
|
} else if (basicInfo.level === 25) {
|
|
} else if (basicInfo.level === 25) {
|
|
|
- detail.partyA = '厦门市文化和旅游局';
|
|
|
|
|
|
|
+ detail.partyA = basicInfo.regionText + '文化和旅游局';
|
|
|
} else {
|
|
} else {
|
|
|
detail.partyA = '福建省文化和旅游厅';
|
|
detail.partyA = '福建省文化和旅游厅';
|
|
|
}
|
|
}
|