Merge branch 'dev' of http://47.94.165.164:13000/geg-gas/geg-gas-web into dev
This commit is contained in:
@ -74,7 +74,9 @@
|
||||
// 根据行唯一ID查询行数据,并设置表单数据 【编辑】
|
||||
async function setFormDataFromId(rowId, skipUpdate) {
|
||||
try {
|
||||
const record = await getXjrNotice(rowId);
|
||||
let record = await getXjrNotice(rowId);
|
||||
record.status = ''+record.status
|
||||
record.publisherType = ''+record.publisherType
|
||||
if (skipUpdate) {
|
||||
return record;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user