瀏覽代碼

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

zhangchong 6 月之前
父節點
當前提交
698f93d67c
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/views/business/order/components/Order-expand-detail.vue

+ 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'],