提交 6c87e81d authored 作者: lidongxu's avatar lidongxu

refactor(inspectiontask): 修改:勤策移动端_售点稽查_查询任务详情时不带门店名字

上级 d76fb678
......@@ -94,6 +94,7 @@
<!-- 信息填写组 -->
<van-tabs v-model:active="active"
class="tabs"
swipeable
sticky
:lazy-render="false">
<van-tab title="常规陈列">
......@@ -215,7 +216,7 @@ const form = reactive({ // 当前页信息总对象
const getInspectionTaskDetailFn = async () => {
const res = await getInspectionTaskDetailAPI({
storeCode: form.storeCode,
storeName: form.storeName,
// storeName: form.storeName,
rstId: form.rstId,
})
if (res.data) {
......
......@@ -97,6 +97,7 @@ const finished = ref(true);
const refreshLoading = ref(false)
const getInspectionTaskListFn = async () => {
const res = await getInspectionTaskListAPI(query)
console.log(res, 'res')
resultList.value = [...resultList.value, ...res.data.rows]
finished.value = res.data.total <= resultList.value.length
}
......@@ -149,9 +150,11 @@ const handleClickStore = (item) => {
// next()
// })
// 搜索地址
// 搜索地址/日期
const search = () => {
query.pageNum = 1
resultList.value = []
console.log('zoulema')
getInspectionTaskListFn()
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论