Commit 7c611b81 by linjinhong

fix:修改问题

parent 58bf51b8
...@@ -205,6 +205,7 @@ const [editForm, resetEditForm] = useValue<ShippingAddressObj>({ ...@@ -205,6 +205,7 @@ const [editForm, resetEditForm] = useValue<ShippingAddressObj>({
swDefault: false, swDefault: false,
}) })
const { const {
loading,
currentPage, currentPage,
pageSize, pageSize,
total, total,
...@@ -364,7 +365,7 @@ const formConfig = ref<IFormConfig[]>([ ...@@ -364,7 +365,7 @@ const formConfig = ref<IFormConfig[]>([
}, },
]) ])
const loading = ref(false) // const loading = ref(false)
/** /**
* @description: 取消按钮 * @description: 取消按钮
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment