XiaXxxxxx 1 năm trước cách đây
mục cha
commit
8255b74b92
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;