pacs配置保存问题
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-08-16 13:41:16 +08:00
parent 1f64d87342
commit 77aa182e2f
1 changed files with 1 additions and 0 deletions

View File

@ -507,6 +507,7 @@ export default {
this.loading = false; this.loading = false;
if (res.IsSuccess) { if (res.IsSuccess) {
// this.$emit("refresh"); // this.$emit("refresh");
this.Id = res.Result;
return res.Result || res.IsSuccess; return res.Result || res.IsSuccess;
} }
return false; return false;