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