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