Browse Source

fix: Style failure

master
wangxiang 2 years ago
parent
commit
a4327ce9ff
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 2
      src/components/Panel/Popups/ProcessExpressionSelectTemplate/index.vue

2
src/components/Panel/Popups/ProcessExpressionSelectTemplate/index.vue

@ -95,7 +95,7 @@ export default { @@ -95,7 +95,7 @@ export default {
listCondition(this.queryParams).then(response => {
this.expressionList = response.data
this.total = response.total
//this.loading = false
this.loading = false
}).catch(() => { this.loading = false })
},
/** 处理搜索动作 */

Loading…
Cancel
Save