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||{}
})
}
......@@ -39,9 +39,9 @@
<ViewButton ref="view" :app='app'></ViewButton>
<EditButton ref="edit" :app='app'></EditButton>
<DeleteButton :app='app'></DeleteButton>
<AttachFileButton_aqyh :params="{childPath:'yhzg'}" :app='this'></AttachFileButton_aqyh>
<WorkFlowButton :app='app' ></WorkFlowButton>
<!-- <WorkFlowButton :app='app' ></WorkFlowButton> -->
<FieldButton :app='app'></FieldButton>
<ExcelButton :app='app'></ExcelButton>
<el-button size='mini' @click="zdzrr" type="primary">整改完成</el-button>
......
......@@ -65,7 +65,8 @@
save(){
let params={
fcjg:this.fcjg,
fcsm:this.rowItem.fcsm
fcsm:this.rowItem.fcsm,
id:this.rowItem.id
}
doFc(params).then(res=>{
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