Commit 6ce4ca83 by qiaoyanqi

撤回

parent 83bbf04f
...@@ -36,9 +36,7 @@ export default { ...@@ -36,9 +36,7 @@ export default {
if (oldIndex !== newIndex) { if (oldIndex !== newIndex) {
context.setSubFocus(newIndex) context.setSubFocus(newIndex)
} }
setTimeout(() => {
context.refreshSubDataRow(subTableObject.title); context.refreshSubDataRow(subTableObject.title);
},0)
}, (resp) => { }, (resp) => {
GAMS.Common.messagePrompt("境内住宿标准金额获取接口请求失败,请联系管理员") GAMS.Common.messagePrompt("境内住宿标准金额获取接口请求失败,请联系管理员")
console.error("获取境内住宿标准公式直接失败"+resp) console.error("获取境内住宿标准公式直接失败"+resp)
......
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