cat-qw-lib 0.41.21 → 0.41.22
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/fesm2022/cat-qw-lib.mjs
CHANGED
|
@@ -3529,10 +3529,12 @@ class DdAdminFormComponent extends BaseFormComponent {
|
|
|
3529
3529
|
this.init();
|
|
3530
3530
|
this.sidebarVisibility = new Array(this.record.dictionaryItems.length).fill(false);
|
|
3531
3531
|
console.log(this.record);
|
|
3532
|
-
|
|
3533
|
-
console.log(this.record
|
|
3534
|
-
|
|
3535
|
-
|
|
3532
|
+
setTimeout(() => {
|
|
3533
|
+
console.log(this.record);
|
|
3534
|
+
if (this.record.queueID) {
|
|
3535
|
+
this.handleGetProperties(this.record.queueID);
|
|
3536
|
+
}
|
|
3537
|
+
}, 500);
|
|
3536
3538
|
}
|
|
3537
3539
|
handleDictionaryItemAddBtnClick() {
|
|
3538
3540
|
if (!(this.record.name && this.record.queueID))
|