[update] 新增表单编辑时字典回显问题,标准选择传source,企标详情修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user