修复售后订单loading
parent
f54739e337
commit
06c6abe250
|
@ -492,6 +492,7 @@ export default {
|
|||
},
|
||||
//回复
|
||||
handleSubmit() {
|
||||
this.submitLoading = true;
|
||||
if (this.params.remark == "") {
|
||||
this.$Message.error("请输入备注信息");
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue