twt 2 yıl önce
ebeveyn
işleme
6cd247fba4

+ 2 - 2
operatingCompany/common/request.js

@@ -1,6 +1,6 @@
-//  const baseUrl = 'http://58.56.15.138:20189/' 
+  const baseUrl = 'http://api.dms.66km.com.cn/' 
 //const baseUrl = 'https://api.dms.66km.com/'
-const baseUrl = 'https://crm.eurorepar.cn/'
+//const baseUrl = 'https://crm.eurorepar.cn/'
 
 import md5 from './MD5.js'
 

+ 3 - 1
operatingCompany/pages/entryReport/opinion.vue

@@ -324,7 +324,8 @@
 					return false;
 				}
 				
-				uni.showLoading({});
+				uni.showLoading({}); 
+				//保存
 				this.$http('accompany/SuperCheckSheet/saveSuperCheckSheetSuggest', {
 					sheetID: this.sheetID,
 
@@ -333,6 +334,7 @@
 					this.submitSuperCheckSheet()
 				})
 			},
+			//提交
 			submitSuperCheckSheet() {
 				var that = this;
 				uni.showLoading({});