puzhibing
2023-08-31 ef04ce57881e6a338b10d596c5eb76b2220598bf
management/guns-admin/src/main/webapp/static/modular/system/tAgent/tAgent_info.js
@@ -302,6 +302,10 @@
    if(!this.validate()){
        return ;
    }
    if(this.tAgentInfoData.userType == 0){
        delete this.tAgentInfoData.socialCreditCodeExpires;
        delete this.tAgentInfoData.certIdExpires;
    }
    //提交信息
    var ajax = new $ax(Feng.ctxPath + "/tAgent/add", function(data){
@@ -345,7 +349,4 @@
$(function() {
    Feng.initValidator("tAgentInfoForm", TAgentInfoDlg.validateFields);
    var carPhoto = new $WebUpload("fileNo");
    carPhoto.setUploadBarId("progressBar");
    carPhoto.init();
});