提交 1cda3414 编写于 作者: bo.dang's avatar bo.dang

Merge branch 'dev-fix-20210715' into 'release'

解决添加条件出错问题,code review:bo.dang

See merge request com.pica.cloud.education.frontend/pica.cloud.web-education-admin!276
......@@ -307,6 +307,7 @@ export default {
setAddVisible: false,
storeId:'',
goodCondition:{
id:"",
goodIds:[],
conditionType:'',
number:'',
......@@ -502,6 +503,7 @@ export default {
addGoodsCondition(){
vm.remoteMethod();
vm.goodCondition = {
id:"",
goodIds:[],
conditionType:'',
number:'',
......@@ -620,7 +622,7 @@ export default {
this.formData.introId = res.data.storeExpressFeeIntro.id;
})
},
// 本应分页加载,这个设置pageSize为最大值解决
remoteMethod(val) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册