Эх сурвалжийг харах

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

deason 1 жил өмнө
parent
commit
6957ba3af4

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

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