zhangchong 6 сар өмнө
parent
commit
f114e6de59

+ 1 - 1
src/views/business/order/components/Order-revoke.vue

@@ -61,7 +61,7 @@ const state = reactive<any>({
 	dialogVisible: false,
 	ruleForm: {
 		revocationReason: '', // 撤销原因
-		isSendSms: false, // 是否发送短信
+		isSendSms: true, // 是否发送短信
 	},
 	orderDetail: {}, // 工单详情
 	loading: false, // 提交按钮loading