修改
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<div class="text lh30 flex">负责人:{{ item.xm }} (<dict-tag :options="D_BAXX_GWLX" :value="item.gw" :tag="false" />)
|
||||
</div>
|
||||
<div class="lh30">电话:{{ item.lxdh }}</div>
|
||||
<div class="one_text_detail">巡逻路线: {{ item.bxxmc }}</div>
|
||||
<div class="one_text_detail">值守点: {{ item.zsdmc }}</div>
|
||||
<div class="one_text_detail">打卡时间: {{ item.smrq }}</div>
|
||||
</div>
|
||||
</li>
|
||||
@ -42,9 +42,6 @@ const getDateMeta = () => {
|
||||
qcckGet(params, '/mosty-jbld/jbldzsd/selectXlrw').then(res => {
|
||||
loading.value = false;
|
||||
list.value = res;
|
||||
// let arr = res.records || []
|
||||
// list.value = page.value == 1 ? arr : list.value.concat(arr);
|
||||
// total.value = res.total
|
||||
}).catch(() => {
|
||||
loading.value = false;
|
||||
})
|
||||
|
Reference in New Issue
Block a user