一个小bug
This commit is contained in:
parent
b98368f6fb
commit
312d88e66c
@ -312,8 +312,8 @@ export default {
|
||||
this.yesText = "通过"
|
||||
this.backText = "驳回"
|
||||
} else {
|
||||
this.yesText = "通过"
|
||||
this.backText = "驳回"
|
||||
this.yesText = "通过全部"
|
||||
this.backText = "驳回全部"
|
||||
}
|
||||
},
|
||||
getWaresStatus(val) {
|
||||
@ -359,14 +359,14 @@ export default {
|
||||
confirmOpe(type) {
|
||||
if (!this.subLoading){
|
||||
this.subLoading = true
|
||||
if(this.selectWares.length==0){
|
||||
uni.showToast({
|
||||
title: '请选中要审核的配件!',
|
||||
icon: 'none'
|
||||
})
|
||||
this.subLoading = false
|
||||
return
|
||||
}
|
||||
// if(this.selectWares.length==0){
|
||||
// uni.showToast({
|
||||
// title: '请选中要审核的配件!',
|
||||
// icon: 'none'
|
||||
// })
|
||||
// this.subLoading = false
|
||||
// return
|
||||
// }
|
||||
if (this.canClick) {
|
||||
this.canClick = false
|
||||
let url = '/admin-api/repair/tw/audit'
|
||||
|
Loading…
Reference in New Issue
Block a user