XiaXxxxxx hace 1 año
padre
commit
8255b74b92
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/resource/examine/index.vue

+ 1 - 0
src/views/resource/examine/index.vue

@@ -271,6 +271,7 @@ export default defineComponent({
      * 审核
      */
     async function handleEdit(record: Recordable) {
+      appStore.setRouterPushAuditFlag(false)
       ischect.value = true;
       if(!record?.BUSSID) return;
       const res = (await queryResourceById(record?.SERVICEID)) as any;