Browse Source

修改仓库管理

caojunjie 4 years ago
parent
commit
938cade894
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/basicdata/dept/index.vue

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

@@ -220,7 +220,7 @@ export default {
       },
       // 表单参数
       form: {
-        fLocation:'0'
+        fLocation: 0
       },
       // 表单校验
       rules: {
@@ -328,6 +328,8 @@ export default {
       this.reset();
       getDept(row.fId).then(response => {
         this.form = response.data;
+        this.form.fLocation = this.form.fLocation + ''
+        this.form.fCharg = this.form.fCharg + ''
         this.open = true;
         this.title = "修改仓库";
       });