Commit d9d79fc5 by xiehao

fix:修改了搜索框

1 parent 71caa718
......@@ -73,7 +73,7 @@ export default {
return [
{
label: '督查方案名称', // label文字
prop: 'prjCode', // 字段名
prop: 'supervName', // 字段名
element: 'el-input', // 指定elementui组件
placeholder: '请输入内容', // elementui组件属性
},
......
......@@ -165,8 +165,11 @@ export default {
},
// 打开弹框操作
async fnQueryPrjNeedFile() {
const params = {
prjId: this.rowData.prjId
}
this.getDicts()
const detail = await getPrjInfoDetail(this.rowData)
const detail = await getPrjInfoDetail(params)
// console.log(detail)
let filesValue = []
if (detail.code === 200) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!