sqg hace 3 años
padre
commit
f8925ab5fb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      front-vue/src/views/system/dept/index.vue

+ 1 - 0
front-vue/src/views/system/dept/index.vue

@@ -13,6 +13,7 @@
         <el-input
           v-model="queryParams.deptName"
           placeholder="请输入部门名称"
+          maxlength="50"
           clearable
           size="small"
           @keyup.enter.native="handleQuery"