Administrator %!s(int64=4) %!d(string=hai) anos
pai
achega
5eef16d4ed
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      services/shop.service.js

+ 6 - 1
services/shop.service.js

@@ -68,6 +68,11 @@ export default class ShopService {
 	}
 	/* 资料信息-数据回显 */
 	shopInfo (data = {}) {
-		return this.AjaxService.post({ url:'/supplier/shopInfo', data, isLoading: true })
+		return this.AjaxService.get({ url:'/supplier/shopInfo', data, isLoading: true })
 	}
+	/* 资料信息-提交修改 */
+	modifiedData (data = {}) {
+		return this.AjaxService.post({ url:'/supplier/modifiedData', data, isLoading: true })
+	}
+	
 }