提交 133b9d84 编写于 作者: C chengshiwen

fix: security page disappear delay problem when force refresh under GENERAL_USER

上级 656ec295
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
v-ps<template> <template>
<div class="list-model"> <div class="list-model">
<div class="table-box"> <div class="table-box">
<table class="fixed"> <table class="fixed">
......
...@@ -44,6 +44,7 @@ Permissions.prototype = { ...@@ -44,6 +44,7 @@ Permissions.prototype = {
if ($(el).prop('tagName') === 'BUTTON') { if ($(el).prop('tagName') === 'BUTTON') {
$(el).attr('disabled', true) $(el).attr('disabled', true)
} else { } else {
$(el).css('display', 'none')
setTimeout(function () { el.parentNode.removeChild(el) }, 100) setTimeout(function () { el.parentNode.removeChild(el) }, 100)
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册