修改下拉框请求类型

master
wangweijia 6 years ago
parent d4c7249b57
commit ca6809af7d

@ -99,7 +99,7 @@
<Button type="primary" size="large" @click="asyncOK" style="float: left;margin-left: 110px">保存</Button>
<Button type="text" size="large" @click="asyncCancel" style="margin-left: 42px;float: left;border:none">取消</Button>
<input style="background-color: Transparent;visibility:hidden;height: 50px" ></input>
<i-input style="background-color: Transparent;visibility:hidden;height: 50px" />
</div>
</Modal>

@ -22,7 +22,7 @@ export function downSellerData(params, call) {
* 下拉框数据店铺
*/
export function downShopData(params, call) {
return http.post('/poi/store/user/shop',params).then(call)
return http.get('/poi/store/user/shop',params).then(call)
}
/**

Loading…
Cancel
Save