@ -9,6 +9,15 @@ export function listJbxx(query) {
})
}
// 审核页面获取数据
export function listByStatus(query) {
return request({
url: '/yg/jbxx/listByStatus',
method: 'post',
data: query
// 查询水闸安全管理基本信息详细
export function getJbxx(id) {
@ -232,6 +232,7 @@ export default {
owerDept: null,
relation: null,
type: null,
// status: "6",
},
// 排序方式
params: {
@ -326,7 +327,7 @@ export default {
remark: null,
type: "0",
};
this.resetForm("form");
@ -354,7 +355,8 @@ export default {
// 按哪个字段排序
@ -323,7 +323,7 @@ export default {
created() {
this.getList();
listJbxx({}).then((res) => {
listJbxx({ data: {} }).then((res) => {
this.wagaNameOptions = res.records;
});
this.getDicts("type_of_power").then((response) => {
@ -377,7 +377,7 @@ export default {
// console.log(111, res);
@ -417,7 +417,7 @@ export default {
@ -450,7 +450,7 @@ export default {
@ -419,7 +419,7 @@ export default {
@ -421,7 +421,7 @@ export default {
this.getDicts("type_of_inspection").then((response) => {
@ -335,7 +335,7 @@ export default {
@ -399,7 +399,7 @@ export default {