修复售后订单loading

master
paulGao 2021-11-05 10:49:08 +08:00
parent f54739e337
commit 06c6abe250
1 changed files with 1 additions and 0 deletions

View File

@ -492,6 +492,7 @@ export default {
},
//
handleSubmit() {
this.submitLoading = true;
if (this.params.remark == "") {
this.$Message.error("请输入备注信息");
return;