From 8471a64626e5f7226f9540b4788212b649a992c0 Mon Sep 17 00:00:00 2001 From: liudianxin Date: Tue, 23 Jun 2020 11:19:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E6=A1=A3=E6=A1=88+userid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/user/user_info.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/user/user_info.vue b/src/pages/user/user_info.vue index 197e260..11657e1 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, -- 2.26.0