增加租户界面、单据优化

This commit is contained in:
季圣华
2021-06-01 23:33:36 +08:00
parent 15245791c8
commit 6d7cbe7612
19 changed files with 279 additions and 26 deletions

View File

@@ -102,12 +102,13 @@ export const JEditableTableMixin = {
httpAction(url, formData, method).then((res) => {
if(res.code === 200){
this.$emit('ok')
this.confirmLoading = false
this.close()
} else {
this.$message.warning(res.data.message);
this.confirmLoading = false
}
}).finally(() => {
this.confirmLoading = false
this.close()
})
},