Ver Fonte

删除功能优化

shasha há 1 mês atrás
pai
commit
351cb2e575
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      snowy-admin-web/src/views/biz/bizloadpoint/index.vue

+ 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: '序号',