Explorar el Código

feat: 首版提测

AlieLee hace 3 años
padre
commit
88a2e67acc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/demandmanage/user.vue

+ 2 - 2
src/views/demandmanage/user.vue

@@ -144,7 +144,7 @@ export default {
         {
           key: 'userName',
           text: '用户名',
-          width: 100
+          width: 130
         },
         {
           key: 'deptName',
@@ -405,7 +405,7 @@ export default {
       return arr
     },
     // 所有需求 自己需求 切换
-    creatorCondChange (data) {
+    creatorCondChange () {
       // {id: 1, name: '我的需求'}
       // this.creatorCond = data.id
       this.getTableData()