Commit e4001db0 authored by 何远江's avatar 何远江

bug 修改

parent 328a4f11
...@@ -249,7 +249,8 @@ const compareData = ref([]) ...@@ -249,7 +249,8 @@ const compareData = ref([])
const compareParams = reactive({ const compareParams = reactive({
pageSize: 10, pageSize: 10,
currentPage: 1, currentPage: 1,
total: 0 total: 0,
customerId: ''
}) })
const luckysheet = (window as any).luckysheet const luckysheet = (window as any).luckysheet
const commentExcelStore = useCommentExcel() const commentExcelStore = useCommentExcel()
...@@ -718,6 +719,7 @@ const toRun = async () => { ...@@ -718,6 +719,7 @@ const toRun = async () => {
} }
const getCompareList = async () => { const getCompareList = async () => {
compareParams.customerId = getFileInfo.value.customerId || ''
const { data } = await getExcelProdFileConfPage(compareParams) const { data } = await getExcelProdFileConfPage(compareParams)
compareData.value = data.result.records compareData.value = data.result.records
compareParams.total = +data.result.total compareParams.total = +data.result.total
......
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