|
@@ -318,6 +318,7 @@ export default {
|
|
|
type: 'success',
|
|
|
message: res.data.msg
|
|
|
});
|
|
|
+ that.formid=res.data.data;
|
|
|
that.GroupOrderPreInfos(true)
|
|
|
}else{
|
|
|
that.$message.error(res.data.msg);
|
|
@@ -462,7 +463,7 @@ export default {
|
|
|
.marketplacepick-form{
|
|
|
width: 360px;
|
|
|
}
|
|
|
- .el-message-box{
|
|
|
+ .el-popup-parent--hidden .el-message-box{
|
|
|
width: 280px;
|
|
|
}
|
|
|
}
|