Browse Source

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

ccj 2 years ago
parent
commit
b6479926b6
2 changed files with 2 additions and 2 deletions
  1. 0 1
      pages/universalityAudit/addaduit.vue
  2. 2 1
      pages/universalityAudit/list.vue

+ 0 - 1
pages/universalityAudit/addaduit.vue

@@ -34,7 +34,6 @@
 					</view>
 				</view>
 			</view>
-			
 			<u-picker @confirm='typeconfirm' :range="xialaList"  mode="selector" v-model="show" range-key="constValue" :default-selector="[0]"></u-picker>
 		</view>
 		<u-toast ref="uToast" />

+ 2 - 1
pages/universalityAudit/list.vue

@@ -74,7 +74,8 @@
 					pageSize:this.pageSize,
 					searchType: '',
 					businessType: '',
-					createUserId:this.userInfo.id
+					createUserId:this.userInfo.id,
+					flag:1
 				}).then(res => {
 					if(res.data.code==200){
 						uni.hideLoading()