xiaoyong931011
2021-03-17 42066fa0a2bb3056dae405e149691095d9bf61f7
分销订单绑定客户的绑定时间
1 files modified
5 ■■■■■ changed files
zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-update.html 5 ●●●●● patch | view | raw | blame | history
zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-update.html
@@ -655,13 +655,12 @@
                    url: basePath + '/fenXiao/fenXiaoUser/unbundlingSaleMan',
                    callback: function (data) {
                        _this.$message.success(data.info);
                        if(this.activeName == 'first'){
                        if(_this.activeName == "first"){
                            _this.loadParamSetting();
                        }
                        if(this.activeName == 'second'){
                        if(_this.activeName == "second"){
                            _this.loadParamSettinglow();
                        }
                        _this.loadParamSettingBasic();
                    }
                });
            },