|
@@ -96,7 +96,7 @@ export default {
|
|
|
},
|
|
|
components: { detailPage },
|
|
|
async created() {
|
|
|
- this.option = await this.getColumnData(this.getColumnName(190), option);
|
|
|
+ this.option = await this.getColumnData(this.getColumnName(196), option);
|
|
|
this.option.height = window.innerHeight - 210;
|
|
|
this.itemOption.height = window.innerHeight - 410;
|
|
|
this.getWorkDicts("approval_status").then(res => {
|
|
@@ -268,7 +268,7 @@ export default {
|
|
|
},
|
|
|
async saveColumn() {
|
|
|
const inSave = await this.saveColumnData(
|
|
|
- this.getColumnName(190),
|
|
|
+ this.getColumnName(196),
|
|
|
this.option
|
|
|
);
|
|
|
if (inSave) {
|
|
@@ -282,7 +282,7 @@ export default {
|
|
|
},
|
|
|
async resetColumn() {
|
|
|
this.option = option;
|
|
|
- const inSave = await this.delColumnData(this.getColumnName(190), this.option);
|
|
|
+ const inSave = await this.delColumnData(this.getColumnName(196), this.option);
|
|
|
if (inSave) {
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs.crud.doLayout();
|