[update] 新增表单编辑时字典回显问题,标准选择传source,企标详情修改

This commit is contained in:
lideqin
2023-09-19 17:35:16 +08:00
parent 2479b33556
commit 2eafb3a179
5 changed files with 42 additions and 21 deletions
@@ -70,6 +70,10 @@ export default {
default: () => {
return {}
}
},
source: {
type: [String, Number],
default: '1'
}
},
data () {
@@ -134,7 +138,8 @@ export default {
const query = {
...this.queryParam,
pageNo: this.ipagination.current,
pageSize: this.ipagination.pageSize
pageSize: this.ipagination.pageSize,
source: this.source
}
this.selectedRowKeys = []
this.loading = true