gjy 2 年之前
父节点
当前提交
accd5e50bd
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      pages/task/audit/Issueandreceipt_task_approval.vue

+ 0 - 4
pages/task/audit/Issueandreceipt_task_approval.vue

@@ -817,7 +817,6 @@
 				}
 			},
 			requestadd(list, status) {
-				this.show1=false
 				let that = this
 				uni.getStorage({
 					key: 'pcUserInfo',
@@ -850,21 +849,18 @@
 										if (list.taskTypeKey == '3' || list.taskTypeKey == '4') {
 											if (that.count == 2) {
 												setTimeout(function() {
-													console.log(11111)
 													uni.hideLoading()
 													uni.navigateBack()
 												}, 1000);
 											}
 										} else {
 											setTimeout(function() {
-												console.log(2222222)
 												uni.hideLoading()
 												uni.navigateBack()
 											}, 1000);
 										}
 
 									}).catch(res => {
-										console.log(33333)
 										uni.hideLoading()
 										if (res.message) {
 											uni.showToast({