|
@@ -50,7 +50,7 @@
|
|
|
<u-popup v-model="show2" mode="center">
|
|
|
<view style="width: 300px;padding: 30rpx 10rpx;border-radius: 20rpx;">
|
|
|
<view class="rejectText">审核意见</view>
|
|
|
- <u-input v-model="rejectInfo" type="textarea" :border="border" :height="height" :auto-height="autoHeight" class="rejectInfoCss"
|
|
|
+ <u-input v-model="rejectInfo1" type="textarea" :border="border" :height="height" :auto-height="autoHeight" class="rejectInfoCss"
|
|
|
placeholder="请输入审核意见" />
|
|
|
<view class="flex">
|
|
|
<u-button @click="show2 = false" type="error" hover-class='none'>取消</u-button>
|
|
@@ -85,6 +85,7 @@
|
|
|
currentPage: 1,
|
|
|
pageSize: 100,
|
|
|
rejectInfo: "", //审核意见
|
|
|
+ rejectInfo1: "", //审核意见
|
|
|
List: [{
|
|
|
approveStatus: "",
|
|
|
}],
|
|
@@ -149,7 +150,7 @@
|
|
|
},
|
|
|
//通過
|
|
|
passSubmit() {
|
|
|
- if (!this.rejectInfo) {
|
|
|
+ if (!this.rejectInfo1) {
|
|
|
this.$api.msg('驳回原因不能为空!')
|
|
|
}else{
|
|
|
var that = this
|