优化-标签绑定管理多选框 类型管理-维修员,资产属性回显
This commit is contained in:
parent
f7bb700762
commit
073227f5ac
|
|
@ -868,6 +868,12 @@ export default {
|
||||||
this.reset()
|
this.reset()
|
||||||
const typeId = row.typeId || this.ids
|
const typeId = row.typeId || this.ids
|
||||||
getMaType(typeId).then((response) => {
|
getMaType(typeId).then((response) => {
|
||||||
|
if (response.data.propId == 0) {
|
||||||
|
response.data.propId = null
|
||||||
|
}
|
||||||
|
if (response.data.repairUserId == 0) {
|
||||||
|
response.data.repairUserId = null
|
||||||
|
}
|
||||||
this.form = response.data
|
this.form = response.data
|
||||||
if (this.form.documentUrl) {
|
if (this.form.documentUrl) {
|
||||||
let file = {
|
let file = {
|
||||||
|
|
|
||||||
|
|
@ -182,7 +182,7 @@
|
||||||
:data="labelList"
|
:data="labelList"
|
||||||
@selection-change="handleSelectionChange"
|
@selection-change="handleSelectionChange"
|
||||||
>
|
>
|
||||||
<el-table-column type="selection" width="55" align="center" />
|
<el-table-column type="selection" width="55" align="center" :selectable="(row, index) => row.status != '1'" />
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
label="序号"
|
label="序号"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue