|
|
@ -30,12 +30,12 @@ |
|
|
<el-input v-model="dataForm.mobile" style="width: 150px;" placeholder="手机号"></el-input> |
|
|
<el-input v-model="dataForm.mobile" style="width: 150px;" placeholder="手机号"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-form> |
|
|
</el-form> |
|
|
<!-- <el-form>--> |
|
|
|
|
|
<!-- <el-form-item>--> |
|
|
|
|
|
<!-- <span slot="label" style="" @click="getBaseList(93)"><a herf="#">{{buttons.site||'工厂'}}</a></span>--> |
|
|
|
|
|
<!-- <el-input v-model="dataForm.site" style="width: 150px;" placeholder="工厂"></el-input>--> |
|
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
|
<!-- </el-form>--> |
|
|
|
|
|
|
|
|
<el-form> |
|
|
|
|
|
<el-form-item> |
|
|
|
|
|
<span slot="label" style="" @click="getBaseList(93)"><a herf="#">{{buttons.site||'工厂'}}</a></span> |
|
|
|
|
|
<el-input v-model="dataForm.site" style="width: 150px;" placeholder="工厂"></el-input> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
</el-form> |
|
|
<el-form> |
|
|
<el-form> |
|
|
<el-form-item label="角色" size="mini" prop="roleIdList"> |
|
|
<el-form-item label="角色" size="mini" prop="roleIdList"> |
|
|
<el-checkbox-group v-model="dataForm.roleIdList"> |
|
|
<el-checkbox-group v-model="dataForm.roleIdList"> |
|
|
@ -214,7 +214,7 @@ export default { |
|
|
'status': this.dataForm.status, |
|
|
'status': this.dataForm.status, |
|
|
'roleIdList': this.dataForm.roleIdList, |
|
|
'roleIdList': this.dataForm.roleIdList, |
|
|
'languageDefault': this.dataForm.languageDefault, |
|
|
'languageDefault': this.dataForm.languageDefault, |
|
|
'site': '2', |
|
|
|
|
|
|
|
|
'site': this.dataForm.site, |
|
|
'userDisplay': this.dataForm.userDisplay, |
|
|
'userDisplay': this.dataForm.userDisplay, |
|
|
}) |
|
|
}) |
|
|
}).then(({data}) => { |
|
|
}).then(({data}) => { |
|
|
|