Ver Fonte

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-app

ccj há 2 anos atrás
pai
commit
9ba0effba4
1 ficheiros alterados com 6 adições e 1 exclusões
  1. 6 1
      pages/leave/the_leave.vue

+ 6 - 1
pages/leave/the_leave.vue

@@ -51,7 +51,11 @@
 		<view class="" v-else>
 
 			<view class='wrap' v-for="(item, index) in tableData" :key="index">
-				<view class="wenzi audit1" v-if="item.approveStatus == '待人事审核' || item.approveStatus == '待主管审核' ">审核中
+				<view class="wenzi audit1" v-if="item.approveStatus == '待人事审核'">待人事审核
+				</view>
+				<view class="wenzi audit1" v-if="item.approveStatus == '待主管审核'">待主管审核
+				</view>
+				<view class="wenzi audit1" v-if="item.approveStatus == '待决策人审核'">待决策人审核
 				</view>
 				<view class="wenzi audit2" v-if="item.status == '已通过'">已通过</view>
 				<view class="wenzi audit3" v-if="item.status == '未通过'">未通过</view>
@@ -299,6 +303,7 @@
 										that.$api.msg('提交成功')
 										uni.hideLoading()
 										that.value = 1
+										that.getList()
 										// uni.navigateTo({
 										// 	url: '/pages/leave/the_leave_record'
 										// })