@bit-sun/business-component 4.2.1-alpha.14-aiwei → 4.2.1-alpha.15-aiwei
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js
CHANGED
|
@@ -11368,11 +11368,15 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
11368
11368
|
});
|
|
11369
11369
|
Promise.all([loadSelectSource$1("/channel-manage/channelInfo/tree", {
|
|
11370
11370
|
'qp-status-eq': 10,
|
|
11371
|
-
'qp-isMain-eq': 1,
|
|
11371
|
+
// 'qp-isMain-eq': 1,
|
|
11372
11372
|
'qp-type-in': '1,2'
|
|
11373
|
-
},
|
|
11373
|
+
}, {
|
|
11374
|
+
headers: _objectSpread2({}, extralHeaders)
|
|
11375
|
+
}), loadSelectSource$1("/channel-manage/tagNode/getTree/10", {
|
|
11374
11376
|
'qp-status-eq': 1
|
|
11375
|
-
},
|
|
11377
|
+
}, {
|
|
11378
|
+
headers: _objectSpread2({}, extralHeaders)
|
|
11379
|
+
})]).then(function (x) {
|
|
11376
11380
|
var _x$, _x$$data$, _x$$data$$channelInfo;
|
|
11377
11381
|
debugger;
|
|
11378
11382
|
// 战区限制一级数据
|
package/dist/index.js
CHANGED
|
@@ -11391,11 +11391,15 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
11391
11391
|
});
|
|
11392
11392
|
Promise.all([loadSelectSource$1("/channel-manage/channelInfo/tree", {
|
|
11393
11393
|
'qp-status-eq': 10,
|
|
11394
|
-
'qp-isMain-eq': 1,
|
|
11394
|
+
// 'qp-isMain-eq': 1,
|
|
11395
11395
|
'qp-type-in': '1,2'
|
|
11396
|
-
},
|
|
11396
|
+
}, {
|
|
11397
|
+
headers: _objectSpread2({}, extralHeaders)
|
|
11398
|
+
}), loadSelectSource$1("/channel-manage/tagNode/getTree/10", {
|
|
11397
11399
|
'qp-status-eq': 1
|
|
11398
|
-
},
|
|
11400
|
+
}, {
|
|
11401
|
+
headers: _objectSpread2({}, extralHeaders)
|
|
11402
|
+
})]).then(function (x) {
|
|
11399
11403
|
var _x$, _x$$data$, _x$$data$$channelInfo;
|
|
11400
11404
|
debugger;
|
|
11401
11405
|
// 战区限制一级数据
|
package/package.json
CHANGED
|
@@ -1344,12 +1344,20 @@ export function commonFun (type?: string, prefixUrl: any, parentProps?:any) {
|
|
|
1344
1344
|
Promise.all([
|
|
1345
1345
|
loadSelectSource(`/channel-manage/channelInfo/tree`, {
|
|
1346
1346
|
'qp-status-eq': 10,
|
|
1347
|
-
'qp-isMain-eq': 1,
|
|
1347
|
+
// 'qp-isMain-eq': 1,
|
|
1348
1348
|
'qp-type-in': '1,2',
|
|
1349
|
-
},
|
|
1349
|
+
}, {
|
|
1350
|
+
headers: {
|
|
1351
|
+
...extralHeaders
|
|
1352
|
+
}
|
|
1353
|
+
}),
|
|
1350
1354
|
loadSelectSource(`/channel-manage/tagNode/getTree/10`, {
|
|
1351
1355
|
'qp-status-eq': 1,
|
|
1352
|
-
},
|
|
1356
|
+
},{
|
|
1357
|
+
headers: {
|
|
1358
|
+
...extralHeaders
|
|
1359
|
+
}
|
|
1360
|
+
}),
|
|
1353
1361
|
]).then((x: any)=>{
|
|
1354
1362
|
debugger
|
|
1355
1363
|
// 战区限制一级数据
|