|
@@ -157,7 +157,7 @@ let zTreeOprObj = {
|
|
|
}
|
|
|
}
|
|
|
};
|
|
|
- const _changeSourceType = function(items, newType = 1) {4
|
|
|
+ const _changeSourceType = function(items, newType = 1) {
|
|
|
if (items && items.length > 0) {
|
|
|
for (let i = items.length - 1; i >= 0; i--) {
|
|
|
items[i].source_type = newType;
|