zhengyiming
1 天以前 077c839ecc118a88b2c625bf902e5642a78c175b
src/views/AgreementManage/AgreementManageList.vue
@@ -57,7 +57,7 @@
      </ProTableV2>
    </AppContainer>
    <TemplateAddDialog v-bind="dialogProps"></TemplateAddDialog>
    <QrcodeDialog v-bind="dialogQrcodeProps"></QrcodeDialog>
    <QrcodeDialog v-bind="dialogQrcodeProps" :useQrcode="false"></QrcodeDialog>
  </LoadingLayout>
</template>
@@ -254,7 +254,7 @@
function handlePreviewQrcode(row: API.GetEnterpriseContractTemplatesQueryResultItem) {
  handleEdit({
    // qrcodeUrl: setOSSLink(row.file),
    qrcodeUrl: 'https://www.baidu.com',
    qrcodeUrl: row.wxmpQrCode,
  });
}
</script>