| | |
| | | v-hasPermi="['system:user:remove']" |
| | | >停用</el-button> |
| | | </el-col> |
| | | <el-col :span="1.5"> |
| | | <!-- <el-col :span="1.5"> |
| | | <el-button |
| | | type="info" |
| | | plain |
| | |
| | | @click="handleImport" |
| | | v-hasPermi="['system:user:import']" |
| | | >导入</el-button> |
| | | </el-col> |
| | | </el-col> --> |
| | | <el-col :span="1.5"> |
| | | <el-button |
| | | type="warning" |
| | |
| | | |
| | | hanldeLoop(){ |
| | | let fid = this.form.fid |
| | | alert(fid) |
| | | let _this = this |
| | | if(this.cuid==undefined) |
| | | { |
| | |
| | | } |
| | | 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 |
| | | |