@@ -391,6 +391,12 @@
});
return;
}
+ this.form.dictStaticSubmitPOList.forEach((item, index) => {
+ if (item.delectId) {
+ delete item.delectId;
+ }
+ });
+
this.loading = true;
const saveOrUpdate = this.isUpdate ? updateDictionary : addDictionary;
saveOrUpdate(this.form)