|
@@ -208,6 +208,13 @@ const openDialog = async (row: any, type?: string) => {
|
|
|
state.infoForm = result;
|
|
|
state.ruleForm.redPackAuditId = row.id;
|
|
|
state.ruleForm.extraDeductedPoints = result.extraDeductedPoints;
|
|
|
+ // 默认同意
|
|
|
+ state.ruleForm.status = 0;
|
|
|
+ selectStatus(0)
|
|
|
+ if(state.infoForm.isPoints){ // 积分审批默认同意
|
|
|
+ state.ruleForm.pointsStatus = 0;
|
|
|
+ selectPointStatus(0)
|
|
|
+ }
|
|
|
loading.value = false;
|
|
|
}
|
|
|
} catch (error) {
|