update firingstep

This commit is contained in:
lb
2023-07-18 10:26:17 +08:00
parent 7ce44fadd9
commit 80e7c5d292
8 changed files with 58 additions and 44 deletions

View File

@@ -817,6 +817,15 @@ export default {
});
}
// const actualPayload = Object.assign({}, JSON.parse(JSON.stringify(this.dataForm)));
// if (this.configs.excludeProps && Array.isArray(this.configs.excludePropss)) {
// // 如果配置里,有 excludeProps 选项
// this.configs.excludeProps.forEach((prop) => {
// delete actualPayload[prop];
// });
// console.log('actualPayload', actualPayload);
// }
// 实际发送请求
this.btnLoading = true;
this.$http({