houyaf 3 년 전
부모
커밋
c53f098534
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/views/biz/rule/index.vue

+ 0 - 2
src/views/biz/rule/index.vue

@@ -13,8 +13,6 @@ const state = reactive({
   dataList: [],
 })
 
-const bizRuleRef = ref()
-
 const getDataList = async () => {
   state.loading = true
   const { data } = await getBizRuleByList({})