puzhibing
2024-03-15 cf8524f0eeb0e897e31077695a410fc97633c3f5
cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js
@@ -179,6 +179,7 @@
        subArr.push($(this).find("input[name*='id']").val());
    });
    var str = '';
    this.siteIds = [];
    for(var i in arr){
        var b = true;
        for(var j in subArr){
@@ -188,6 +189,9 @@
            }
        }
        if(b){
            console.log("push前")
            console.log(this.siteIds)
            this.siteIds.push(arr[i].id);
            console.log("场地push")
            console.log(arr[i].id)
@@ -851,6 +855,10 @@
        sites = this.siteIds.join(',');
        console.log('sites--===--',sites)
    }
    if ($("#userType").val() == 3){
        sites = this.siteIds.join(',');
    }
        let text  = TGoodsInfoDlg.editor.getContent();
        console.log(text)
        if(text==""){