Browse Source

基础信息-学校列表,操作禁用的按钮没有生效

deason 1 year ago
parent
commit
6957ba3af4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/modules/basic/view/school.vue

+ 2 - 2
src/modules/basic/view/school.vue

@@ -164,7 +164,7 @@
         <el-table-column prop="id" label="ID" width="60" />
         <el-table-column prop="id" label="ID" width="60" />
         <el-table-column label="学校名称">
         <el-table-column label="学校名称">
           <template slot-scope="scope">
           <template slot-scope="scope">
-            <el-popover trigger="hover" placement="left">
+            <el-popover trigger="hover" placement="right">
               <div style="font-size: 18px; font-family: 新宋体">
               <div style="font-size: 18px; font-family: 新宋体">
                 <tr>
                 <tr>
                   <td style="color: green">学校名称</td>
                   <td style="color: green">学校名称</td>
@@ -457,7 +457,7 @@ export default {
           type: "warning",
           type: "warning",
         }).then(() => {
         }).then(() => {
           var url = CORE_API + "/org/disable/" + this.orgIds;
           var url = CORE_API + "/org/disable/" + this.orgIds;
-          this.$$httpWithMsg.put(url, {}).then(() => {
+          this.$httpWithMsg.put(url, {}).then(() => {
             this.$notify({
             this.$notify({
               type: "success",
               type: "success",
               message: "禁用成功!",
               message: "禁用成功!",