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