zhongtianhaoyuan 3 年之前
父節點
當前提交
9045f511b2

+ 1 - 2
pages/task/audit/acquisition_settlement_details.vue

@@ -59,11 +59,10 @@
 				warehouseName:"",
 			}
 		},
-		onLoad(options) {debugger
+		onLoad(options) {
 			this.id = options.id
 		},
 		onShow(options) {
-			debugger
 			this.getList()
 		},
 		computed: {

+ 3 - 3
pages/task/audit/collection_business_approval.vue

@@ -79,11 +79,11 @@
 			...mapState(['hasLogin', 'userInfo']),
 		},
 		methods: {
-			getList() {debugger
+			getList() {
 				this.$api.doRequest('get', '/collectionWarehousingRecord/getCollectionWarehousingRecord', {
 					id: this.id
 				}).then(res => {
-					if (res.data.code == 200) {debugger
+					if (res.data.code == 200) {
 						this.getData = res.data.data
 						this.$api.doRequest('get', '/collectionWarehousingRecord/selectCollectionWarehousingRecordPage', {
 							searchType: 2,
@@ -92,7 +92,7 @@
 							currentPage: 1,
 							pageSize: 999,
 						}).then(res => {
-							if (res.data.code == 200) {debugger
+							if (res.data.code == 200) {
 									this.recordList = res.data.data.records
 							}
 						})

+ 1 - 1
pages/task/my_task.vue

@@ -470,7 +470,7 @@
 				this.pageSize = 1
 				this.getIndexBuyData(statusFlag)
 			},
-			navToDetailPage(item) {debugger
+			navToDetailPage(item) {
 				if (item.businessCode == 'PROCUREMENT-ORDER-APPROVE') {
 					uni.navigateTo({
 						url: '/pages/task/procurement_details?id=' + item.businessId + "&isShowbtn=true"

+ 0 - 1
pages/user/report.vue

@@ -385,7 +385,6 @@
 			clearInterval(this.carInterval)
 		},
 		onUnload() {
-			debugger
 			clearInterval(this.carInterval)
 		},
 		methods: {