1
lzhe
2024-04-09 879079dda72f3a2f529204e87b382558944fcc51
src/views/master/person/main/personPerson.vue
@@ -2,7 +2,7 @@
 * @Author: lzhe lzhe@example.com
 * @Date: 2024-03-26 10:28:33
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-04-08 11:03:11
 * @LastEditTime: 2024-04-09 18:29:10
 * @FilePath: /smart-web/src/views/master/person/main/index.vue
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -182,8 +182,9 @@
            })
         },
         delData(type) {
            this.$HTTP.get(`/api/blade-cps/employee/remove?ids=${this.selectId}&type=${type}`).then(res=> {
            this.$HTTP.post(`/api/blade-cps/employee/remove?ids=${this.selectId}&type=${type}`).then(res=> {
               if(res.code == 200) {
                  this.$message.success("操作成功");
                  this.delPersonModel = false;
                  this.searchPerson();
                  this.getOrganizationList();