Commit 7c611b81 by linjinhong

fix:修改问题

parent 58bf51b8
......@@ -205,6 +205,7 @@ const [editForm, resetEditForm] = useValue<ShippingAddressObj>({
swDefault: false,
})
const {
loading,
currentPage,
pageSize,
total,
......@@ -364,7 +365,7 @@ const formConfig = ref<IFormConfig[]>([
},
])
const loading = ref(false)
// const loading = ref(false)
/**
* @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