fix : 修复项目实施附件查询及上传功能、代码文件优化
This commit is contained in:
@@ -4,11 +4,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="jsx">
|
||||
import {reactive, ref, shallowRef} from 'vue';
|
||||
import fvSelect from '@/fvcomponents/fvSelect/index.vue'
|
||||
import {useRouter} from 'vue-router';
|
||||
|
||||
const localData = reactive({})
|
||||
|
||||
const tableIns = ref()
|
||||
const router = useRouter()
|
||||
|
||||
Reference in New Issue
Block a user