|
@@ -199,7 +199,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
async created() {
|
|
|
- this.option = await this.getColumnData(this.getColumnName(131), this.defaultOption);
|
|
|
+ this.option = await this.getColumnData(this.getColumnName(137), this.defaultOption);
|
|
|
this.getWorkDicts('brand').then(res => {
|
|
|
this.brandOption = res.data.data;
|
|
|
})
|
|
@@ -331,7 +331,7 @@ export default {
|
|
|
//列保存触发
|
|
|
async saveColumn() {
|
|
|
const inSave = await this.saveColumnData(
|
|
|
- this.getColumnName(131),
|
|
|
+ this.getColumnName(137),
|
|
|
this.option
|
|
|
);
|
|
|
if (inSave) {
|
|
@@ -345,7 +345,7 @@ export default {
|
|
|
},
|
|
|
async resetColumn() {
|
|
|
this.option = this.defaultOption;
|
|
|
- const inSave = await this.delColumnData(this.getColumnName(131), this.defaultOption);
|
|
|
+ const inSave = await this.delColumnData(this.getColumnName(137), this.defaultOption);
|
|
|
if (inSave) {
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs.crud.doLayout()
|