修改技术监督
This commit is contained in:
@@ -164,6 +164,6 @@ const addRole = () => {
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
:deep(.row--current) {
|
||||
background-color: var(--el-color-primary-light-8) !important;
|
||||
// background-color: var(--el-color-primary-light-8) !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -234,7 +234,7 @@ const handleAudit = async (task, pass) => {
|
||||
// 2.2 加载最新数据
|
||||
await getDetail()
|
||||
await setTimeout(() => {
|
||||
loading.value = false
|
||||
loading.value = false
|
||||
}, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user