提示bug修复
This commit is contained in:
parent
2080b3cc44
commit
ac155eb43b
|
|
@ -36,9 +36,9 @@
|
|||
<span>1</span>
|
||||
</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>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -127,10 +127,6 @@
|
|||
console.log("", res);
|
||||
if (res.data.rows.length == 0) {
|
||||
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '未查询到设备数据!'
|
||||
})
|
||||
} else {
|
||||
// that.infoList = res.data.rows
|
||||
}
|
||||
|
|
@ -178,7 +174,7 @@
|
|||
// params = testParams
|
||||
this.initData = params
|
||||
console.log("paramsinitFetchInfoByCode",params)
|
||||
this.initFetchInfoByCode(params)
|
||||
// this.initFetchInfoByCode(params)
|
||||
this.iniBackMaterialReceive(params)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -24624,27 +24624,6 @@ var render = function () {
|
|||
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
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue