Explorar o código

修改仓库管理

caojunjie %!s(int64=4) %!d(string=hai) anos
pai
achega
938cade894
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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 = "修改仓库";
       });