diff --git a/src/pages/user/user_info.vue b/src/pages/user/user_info.vue index 197e2609cecb218142fcc05f011f007b972ec4eb..11657e1cd21eb34a72d71b101b8c37b80348fccd 100644 --- a/src/pages/user/user_info.vue +++ b/src/pages/user/user_info.vue @@ -274,6 +274,7 @@ export default { } else if (this.activeName == 1) { query = { pageType: "systemFile", // this page is system info + user_id: this.user_data.accountNo, system_name: this.formBusiness.businessSystemName, domain_name: this.formBusiness.domainName, ip_whitelist: this.formBusiness.ip_white,