shasha 1 mesiac pred
rodič
commit
351cb2e575

+ 4 - 1
snowy-admin-web/src/views/biz/bizloadpoint/index.vue

@@ -63,13 +63,16 @@
 	import {Modal} from 'ant-design-vue';
 	import {createVNode} from 'vue';
 
+	const submitLoading = ref(false)
 	const searchFormState = ref({})
 	const searchFormRef = ref()
+	const toolConfig = { refresh: true, height: true, columnSetting: true, striped: false }
+
 	const tableRef = ref()
 	const formRef = ref()
 	const userIndexRef = ref()
 	const timeIndexRef = ref()
-	const toolConfig = { refresh: true, height: true, columnSetting: true, striped: false }
+	
 	const columns = [
 		{
 			title: '序号',