@@ -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 = () => {
@@ -243,7 +243,7 @@ const openDialog = async (row: any, isDisabled: boolean = false) => {