xiaojincai 5 years ago
parent
commit
b80ff365ac
2 changed files with 5 additions and 1 deletions
  1. 4 0
      src/views/company/Staff.vue
  2. 1 1
      src/views/task/Danger.vue

+ 4 - 0
src/views/company/Staff.vue

@@ -93,6 +93,10 @@
                         label="部门">
                         </el-table-column>
                         <el-table-column
+                        prop="utype" 
+                        label="账号类型">
+                        </el-table-column>
+                        <el-table-column
                         prop="phone" width="120"
                         label="联系电话">
                         </el-table-column>

+ 1 - 1
src/views/task/Danger.vue

@@ -196,7 +196,7 @@ export default {
                 }).then(() => {
                    this.$api.deleteRiskpoint({id:data.id}).then(res=>{
                         this.$message({message: '删除成功!',type: 'success'});
-                        this.getData()
+                        // this.getData()
                     })
             })