Przeglądaj źródła

reactor:自贡综合查询新增字段;

zhangchong 6 miesięcy temu
rodzic
commit
698f93d67c

+ 6 - 6
src/views/business/order/components/Order-expand-detail.vue

@@ -369,12 +369,12 @@ import {formatDate} from "@/utils/formatTime";
 const state = reactive<any>({
 	dialogVisible: false,
 	ruleForm: {
-		orderTypeText: '', // 工单类型
-		acceptTypeText: '', // 受理类型
-		licenceType: '', // 证件类型
-		licenceNo: '', // 证件号码
-		identityType: '', // 提供方类型
-		identity: '', // 提供放身份
+		orderTypeText: null, // 工单类型
+		acceptTypeText: null, // 受理类型
+		licenceType: null, // 证件类型
+		licenceNo: null, // 证件号码
+		identityType: null, // 提供方类型
+		identity: null, // 提供放身份
 		businessPosition: {},
 	},
 	collapseArr: ['1', '2', '3', '4'],