Commit fc167e68 authored by 李苏's avatar 李苏 💬

附件

parent 16d972c2
import request from 'common/src/utils/request'
/* query */
export function doFp(query) {
return request({
url: '/aqgl/yhgl/yhjl/doFp',
method: 'post',
data: query||{}
})
}
export function doZg(query) {
return request({
url: '/aqgl/yhgl/yhjl/doZg',
method: 'post',
data: query||{}
})
}
export function doFc(query) {
return request({
url: '/aqgl/yhgl/yhjl/doFc',
method: 'post',
data: query||{}
})
}
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<DeleteButton :app='app'></DeleteButton> <DeleteButton :app='app'></DeleteButton>
<AttachFileButton_aqyh :params="{childPath:'yhzg'}" :app='this'></AttachFileButton_aqyh> <AttachFileButton_aqyh :params="{childPath:'yhzg'}" :app='this'></AttachFileButton_aqyh>
<WorkFlowButton :app='app' ></WorkFlowButton> <!-- <WorkFlowButton :app='app' ></WorkFlowButton> -->
<FieldButton :app='app'></FieldButton> <FieldButton :app='app'></FieldButton>
<ExcelButton :app='app'></ExcelButton> <ExcelButton :app='app'></ExcelButton>
<el-button size='mini' @click="zdzrr" type="primary">整改完成</el-button> <el-button size='mini' @click="zdzrr" type="primary">整改完成</el-button>
......
...@@ -65,7 +65,8 @@ ...@@ -65,7 +65,8 @@
save(){ save(){
let params={ let params={
fcjg:this.fcjg, fcjg:this.fcjg,
fcsm:this.rowItem.fcsm fcsm:this.rowItem.fcsm,
id:this.rowItem.id
} }
doFc(params).then(res=>{ doFc(params).then(res=>{
if(res.success){ if(res.success){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment