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