@@ -170,6 +170,7 @@ function editInstitution(model?: InstitutionModel, index?: number) {
}
function QRCode(model: InstitutionModel) {
+ console.log(model,111);
const { name } = model;
VxeUI.modal.open({
title: `${name} 专属小程序码`,