Browse Source

Merge branch 'master' of git.echepei.com:zhujiawei/Warehouse_management_ui

wengyuwen 4 years ago
parent
commit
fc4fe62765
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/basicdata/dept/index.vue

+ 1 - 1
src/views/basicdata/dept/index.vue

@@ -273,7 +273,7 @@ export default {
     },
     // 字典状态字典翻译
     statusFormat(row, column) {
-      return this.selectDictLabel(this.statusOptions, row.status);
+      return this.selectDictLabel(this.statusOptions, row.fStatus);
     },
     // 取消按钮
     cancel() {