|
@@ -93,9 +93,11 @@ const handleQuery = () => {
|
|
|
};
|
|
|
// 获取参数列表
|
|
|
const queryList = () => {
|
|
|
- if (!state.ruleForm.safetyTypeId) {
|
|
|
+ if (!state.ruleForm.safetyTypeId) { // 没有选择志愿者类型
|
|
|
gridOptions.data = [];
|
|
|
state.total = 0;
|
|
|
+ state.ruleForm.citizenIds = [];
|
|
|
+ gridRef.value.clearCheckboxRow();
|
|
|
return;
|
|
|
}
|
|
|
gridOptions.loading = true;
|