update firingstep
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user