Преглед на файлове

reactor:中国政府网发布特殊字段调整;

zhangchong преди 7 месеца
родител
ревизия
0afecc622f
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/views/business/publish/component/Order-publish-edit.vue
  2. 1 1
      src/views/business/publish/component/Order-publish.vue

+ 1 - 1
src/views/business/publish/component/Order-publish-edit.vue

@@ -173,7 +173,7 @@ const openDialog = async (row: any) => {
 };
 // 中国政府网特殊字段
 const isZGZFW = computed(() => {
-	return state.orderDetail.receiveProvinceNo.includes('ZGZFW');
+	return state.orderDetail.receiveProvinceNo?.includes('ZGZFW');
 });
 // 关闭弹窗
 const closeDialog = () => {

+ 1 - 1
src/views/business/publish/component/Order-publish.vue

@@ -243,7 +243,7 @@ const openDialog = async (row: any, isDisabled: boolean = false) => {
 };
 // 中国政府网特殊字段
 const isZGZFW = computed(() => {
-	return state.orderDetail.receiveProvinceNo.includes('ZGZFW');
+	return state.orderDetail.receiveProvinceNo?.includes('ZGZFW');
 });
 // 关闭弹窗
 const closeDialog = () => {