28095
This commit is contained in:
@@ -11,10 +11,12 @@
|
||||
</span>
|
||||
<textarea :maxlength="150" placeholder="请输入审批意见" v-model="opinion" class="textarea" clearable="false"> </textarea>
|
||||
|
||||
<div class="clearns" @click="clearn">清空内容</div>
|
||||
<div class="msg_length">
|
||||
<span class="font">{{ opinion.length }}</span>
|
||||
<span>/150</span>
|
||||
<div class="bottoms">
|
||||
<div class="clearns" @click="clearn">清空内容</div>
|
||||
<div class="msg_length">
|
||||
<span class="font">{{ opinion.length }}</span>
|
||||
<span>/150</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -179,12 +181,12 @@ export default {
|
||||
},
|
||||
|
||||
btn() {
|
||||
// if (this.type == 0 && this.opinion == '') {
|
||||
// return uni.showToast({
|
||||
// title: '请输入审批意见',
|
||||
// icon: 'none',
|
||||
// })
|
||||
// }
|
||||
if (this.type == 0 && this.opinion == '') {
|
||||
return uni.showToast({
|
||||
title: '请输入审批意见',
|
||||
icon: 'none',
|
||||
})
|
||||
}
|
||||
|
||||
// if (
|
||||
// this.list.some((item) => {
|
||||
|
||||
Reference in New Issue
Block a user