feige
2024-09-22 80e0b09695493b7f811f746dfb7158244088afe3
ruoyi-ui/src/views/system/user/index.vue
@@ -89,7 +89,7 @@
              v-hasPermi="['system:user:remove']"
            >停用</el-button>
          </el-col>
          <el-col :span="1.5">
    <!--      <el-col :span="1.5">
            <el-button
              type="info"
              plain
@@ -98,7 +98,7 @@
              @click="handleImport"
              v-hasPermi="['system:user:import']"
            >导入</el-button>
          </el-col>
          </el-col> -->
          <el-col :span="1.5">
            <el-button
              type="warning"
@@ -581,6 +581,7 @@
   hanldeLoop(){
      let fid = this.form.fid
      alert(fid)
      let _this = this
      if(this.cuid==undefined)
      {
@@ -976,6 +977,8 @@
        }
        fm.fid = this.form.fid
        fm.mid = this.form.mid
        alert(this.form.fid)
        alert(this.form.mid)
   //   alert(this.form.isMyFamily)
        fm.isMyFamily = this.form.isMyFamily=='1'?1:0