提示bug修复

This commit is contained in:
13218645326 2023-12-24 19:12:27 +08:00
parent 2080b3cc44
commit ac155eb43b
4 changed files with 5 additions and 43 deletions

View File

@ -36,9 +36,9 @@
<span>1</span> <span>1</span>
</view> --> </view> -->
</view> </view>
<view class="sub-btn" v-show="infoList.length != 0" @click="outStore"> <!-- <view class="sub-btn" v-show="infoList.length != 0" @click="outStore">
接收 接收
</view> </view> -->
</view> </view>
</view> </view>
</template> </template>

View File

@ -127,10 +127,6 @@
console.log("", res); console.log("", res);
if (res.data.rows.length == 0) { if (res.data.rows.length == 0) {
uni.showToast({
icon: 'none',
title: '未查询到设备数据!'
})
} else { } else {
// that.infoList = res.data.rows // that.infoList = res.data.rows
} }
@ -178,7 +174,7 @@
// params = testParams // params = testParams
this.initData = params this.initData = params
console.log("paramsinitFetchInfoByCode",params) console.log("paramsinitFetchInfoByCode",params)
this.initFetchInfoByCode(params) // this.initFetchInfoByCode(params)
this.iniBackMaterialReceive(params) this.iniBackMaterialReceive(params)
} }
} }

File diff suppressed because one or more lines are too long

View File

@ -24624,27 +24624,6 @@ var render = function () {
1 1
) )
}), }),
_c(
"uni-view",
{
directives: [
{
name: "show",
rawName: "v-show",
value: _vm._$g(17, "v-show"),
expression: "_$g(17,'v-show')",
},
],
staticClass: _vm._$g(17, "sc"),
attrs: { _i: 17 },
on: {
click: function ($event) {
return _vm.$handleViewEvent($event)
},
},
},
[_vm._v("接收")]
),
], ],
2 2
), ),