From 81dcb037f2ee0e19ebb2abd7234ddf0f117f2c10 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期三, 07 六月 2023 09:55:51 +0800 Subject: [PATCH] 抽佣分成修改 --- management/guns-admin/src/main/webapp/static/modular/system/tAgent/tAgent_info.js | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/management/guns-admin/src/main/webapp/static/modular/system/tAgent/tAgent_info.js b/management/guns-admin/src/main/webapp/static/modular/system/tAgent/tAgent_info.js index 179ae62..53f47c2 100644 --- a/management/guns-admin/src/main/webapp/static/modular/system/tAgent/tAgent_info.js +++ b/management/guns-admin/src/main/webapp/static/modular/system/tAgent/tAgent_info.js @@ -345,7 +345,4 @@ $(function() { Feng.initValidator("tAgentInfoForm", TAgentInfoDlg.validateFields); - var carPhoto = new $WebUpload("fileNo"); - carPhoto.setUploadBarId("progressBar"); - carPhoto.init(); }); -- Gitblit v1.7.1