缓存线详情

This commit is contained in:
2023-03-25 10:30:26 +08:00
parent 5b6b94fcc4
commit e7ab90e5cb
3 changed files with 55 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="content">
<nav-bar title="缓存线-详情"></nav-bar>
<nav-bar :inner2="true" @goIn="goIn" title="缓存线-详情"></nav-bar>
<view class="search-confirm-wrap">
<view class="search-wrap">
<view class="search-item">
@@ -110,6 +110,11 @@
selectChange3(e) {
this.index3 = e
},
goIn () {
uni.navigateTo({
url: `/pages/management/hcxcheck`
})
},
toSearch () {
this.dataList = []
this._queryInstraction()