@@ -175,11 +175,13 @@
form: {
discountTotalPrice: 0,
datasource: []
- }
+ },
+ columnsVersion: 1,
};
},
computed: {
columns() {
+ let columnsVersion = this.columnsVersion;
// 基础列(新增字段之前的列)
const baseColumns = [
{