fix: 修复assetTab传值错误

This commit is contained in:
@changcode
2021-07-05 15:03:32 +08:00
parent d33f6ff598
commit edc963d031

View File

@@ -210,9 +210,6 @@ export default {
this.$set(this.searchLabel, 'pageNo', this.pageObj.pageNo)
this.$set(this.searchLabel, 'pageSize', this.pageObj.pageSize)
this.tools.loading = true
if (this.obj) {
this.$set(this.searchLabel, 'modelIds', this.obj.id)
}
this.$get(this.url, { ...this.searchLabel, ...this.searchCheckBox }).then(response => {
this.tools.loading = false
if (response.code === 200) {