Browse Source

下拉框获取水闸参数修改

master_tdsql
xzt 1 year ago
parent
commit
3dd3eafa8b
  1. 9
      src/api/yg/jbxx.js
  2. 6
      src/views/safetyManage/declarationManage/sluice/declare/components/listPage/options/managementSystemFzr.vue
  3. 2
      src/views/safetyManage/floodControlManagement/sluice/power.vue
  4. 2
      src/views/safetyManage/floodControlManagement/sluice/preplan.vue
  5. 2
      src/views/safetyManage/floodControlManagement/sluice/supplies.vue
  6. 2
      src/views/safetyManage/floodControlManagement/sluice/tissue.vue
  7. 2
      src/views/safetyManage/responsiblePersonManage/sluice/index.vue
  8. 2
      src/views/safetyManage/safeProduction/sluice/index.vue
  9. 2
      src/views/safetyManage/safetyAppraisal/sluice/list.vue
  10. 2
      src/views/safetyManage/safetyAppraisal/sluice/task.vue

9
src/api/yg/jbxx.js

@ -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) {
return request({

6
src/views/safetyManage/declarationManage/sluice/declare/components/listPage/options/managementSystemFzr.vue

@ -232,6 +232,7 @@ export default {
owerDept: null,
relation: null,
type: null,
// status: "6",
},
//
params: {
@ -326,7 +327,7 @@ export default {
owerDept: null,
remark: null,
relation: null,
type: "0",
type: null,
};
this.resetForm("form");
},
@ -354,7 +355,8 @@ export default {
owerDept: null,
remark: null,
relation: null,
type: "0",
type: null,
// status: "6",
},
params: {
//

2
src/views/safetyManage/floodControlManagement/sluice/power.vue

@ -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) => {

2
src/views/safetyManage/floodControlManagement/sluice/preplan.vue

@ -377,7 +377,7 @@ export default {
},
created() {
this.getList();
listJbxx({}).then((res) => {
listJbxx({ data: {} }).then((res) => {
// console.log(111, res);
this.wagaNameOptions = res.records;
});

2
src/views/safetyManage/floodControlManagement/sluice/supplies.vue

@ -417,7 +417,7 @@ export default {
},
created() {
this.getList();
listJbxx({}).then((res) => {
listJbxx({ data: {} }).then((res) => {
// console.log(111, res);
this.wagaNameOptions = res.records;
});

2
src/views/safetyManage/floodControlManagement/sluice/tissue.vue

@ -450,7 +450,7 @@ export default {
},
created() {
this.getList();
listJbxx({}).then((res) => {
listJbxx({ data: {} }).then((res) => {
// console.log(111, res);
this.wagaNameOptions = res.records;
});

2
src/views/safetyManage/responsiblePersonManage/sluice/index.vue

@ -419,7 +419,7 @@ export default {
},
created() {
this.getList();
listJbxx({}).then((res) => {
listJbxx({ data: {} }).then((res) => {
// console.log(111, res);
this.wagaNameOptions = res.records;
});

2
src/views/safetyManage/safeProduction/sluice/index.vue

@ -421,7 +421,7 @@ export default {
},
created() {
this.getList();
listJbxx({}).then((res) => {
listJbxx({ data: {} }).then((res) => {
this.wagaNameOptions = res.records;
});
this.getDicts("type_of_inspection").then((response) => {

2
src/views/safetyManage/safetyAppraisal/sluice/list.vue

@ -335,7 +335,7 @@ export default {
},
created() {
this.getList();
listJbxx({}).then((res) => {
listJbxx({ data: {} }).then((res) => {
// console.log(111, res);
this.wagaNameOptions = res.records;
});

2
src/views/safetyManage/safetyAppraisal/sluice/task.vue

@ -399,7 +399,7 @@ export default {
},
created() {
this.getList();
listJbxx({}).then((res) => {
listJbxx({ data: {} }).then((res) => {
// console.log(111, res);
this.wagaNameOptions = res.records;
});

Loading…
Cancel
Save