twt 2 年之前
父节点
当前提交
6cd247fba4
共有 2 个文件被更改,包括 5 次插入3 次删除
  1. 2 2
      operatingCompany/common/request.js
  2. 3 1
      operatingCompany/pages/entryReport/opinion.vue

+ 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({});