gaoshp
2024-11-05 e2fdfe540eaf160dc7d063c60667041edcc64e86
src/views/notification/business.vue
@@ -2,7 +2,7 @@
 * @Author: lzhe lzhe@example.com
 * @Date: 2024-03-26 10:28:33
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-05-10 12:08:41
 * @LastEditTime: 2024-11-01 14:56:47
 * @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
-->
@@ -193,14 +193,14 @@
            this.employeeLi.splice(index,1);
         },
         getgroupType() {
            this.$HTTP.get("/api/blade-cps/organization/list?groupType=group_organization&groupCategory=1").then(res=> {
            this.$HTTP.get("/api/smis/organization/list?groupType=group_organization&groupCategory=1").then(res=> {
               if(res.code == 200) {
                  this.organizationList = res.data;
               }
            })
         },
         getEmployeeList() {
            this.$HTTP.get("/api/blade-cps/employee/get/list?organizationCode=00001&status=1").then(res=> {
            this.$HTTP.get("/api/smis/employee/get/list?organizationCode=00001&status=1").then(res=> {
               if(res.code == 200) {
                  this.employeeList = res.data;
               }
@@ -279,21 +279,6 @@
               }
            })
         },
         // table_del(row) {
         //    this.$confirm(`确定将选择数据删除?`, '', {
         //       type: 'warning'
         //    }).then(() => {
         //       var arr = [row.id]
         //       this.$HTTP.delete("/api/blade-cps/workstation-wcs-feedback",arr).then(res=> {
         //          if(res.code == 200) {
         //             this.$message.success("操作成功");
         //             this.getlist();
         //          }
         //       })
         //    }).catch(() => {
         //    })
         // },
         addbusinessSuccess() {
            this.getbusiness();
         }