cat-qw-lib 0.31.5 → 0.31.6
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
|
@@ -1218,6 +1218,7 @@ class BaseFormComponent {
|
|
|
1218
1218
|
}
|
|
1219
1219
|
}
|
|
1220
1220
|
handleSubmit() {
|
|
1221
|
+
console.log("8");
|
|
1221
1222
|
const validateRecords = this.validatorService
|
|
1222
1223
|
? this.validatorService.handleValidateRecords(this.record)
|
|
1223
1224
|
: true;
|
|
@@ -1285,6 +1286,7 @@ class BaseFormComponent {
|
|
|
1285
1286
|
});
|
|
1286
1287
|
}
|
|
1287
1288
|
handleAddRecord() {
|
|
1289
|
+
console.log("rc c or no", this.recordChange);
|
|
1288
1290
|
this.service.create(this.record).subscribe({
|
|
1289
1291
|
next: (response) => {
|
|
1290
1292
|
console.log('Record created:', response);
|