|
@@ -1225,6 +1225,7 @@ const createNewPathTree = function (type, setting) {
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
checkRevisePrice(d) {
|
|
checkRevisePrice(d) {
|
|
|
|
|
+ if (!this.price || this.price.length === 0) return false;
|
|
|
const setting = this.setting;
|
|
const setting = this.setting;
|
|
|
const pid = this.getAllParents(d).map(x => { return x[setting.id] + ''; });
|
|
const pid = this.getAllParents(d).map(x => { return x[setting.id] + ''; });
|
|
|
const checkRela = function(rela_lid) {
|
|
const checkRela = function(rela_lid) {
|