Commit e1d9044d authored by wdy's avatar wdy

设备领用处理表单数据字典

parent d52119fc
......@@ -255,7 +255,8 @@
<el-row>
<el-col :span="8">
<el-form-item label="pgx:" prop="pgx">
{{ singleDetails.pgx }}
<span>{{ replace(singleDetails.pgx) }}</span>
<!-- {{ singleDetails.pgx }}-->
<!-- <el-input v-model.trim="singleDetails.pgx" :readonly="true" />-->
</el-form-item>
</el-col>
......@@ -570,7 +571,6 @@ export default {
key: 'GX_CODE'
}
getDictData(obj).then(res => {
console.log('res', res)
if (res.code === 200 && res.data !== null) {
this.dictList = res.data
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment