浏览代码

修复审核接口

zhl 4 年之前
父节点
当前提交
88a895a001

+ 10 - 9
ruoyi-ui/src/api/index.js

@@ -1,46 +1,47 @@
 import request  from '@/utils/request'
-
+
 // 首页-柱状图
 export function getIndexEharts(query) {
   return request({
     url: '/constructionPay/pay/indexEharts',
-    method: 'get',
+    method: 'get',
     params: query
   })
-}
+}
 // 获取用户详细信息
 export function toBeReviewedList() {
   return request({
     url: '/bmProject/project/toBeReviewedList',
     method: 'get'
   })
-}
+}
 // 审核/提交
 export function setExamine() {
   return request({
     url: '/bmProject/project/examine',
     method: 'post'
   })
-}
+}
+
 // 驳回项目
 export function setReject() {
   return request({
     url: '/bmProject/project/reject',
     method: 'post'
   })
-}
-
+}
+
 // 首页-单位榜单-资金
 export function getUnitAmountList() {
   return request({
     url: '/deptPlan/plan/unitAmountList',
     method: 'post'
   })
-}
+}
 // 首页-单位榜单-任务
 export function getUnitList() {
   return request({
     url: '/deptPlan/plan/unitList',
     method: 'post'
   })
-}
+}

+ 4 - 0
ruoyi-ui/src/components/ProjectDec/SignContract.vue

@@ -952,6 +952,10 @@ import {
   setOrderinfo,
   addOrderinfo,
 } from "@/api/system/signContract";
+import{
+  setExamine,
+  setReject
+} from "@/api/projectInfo/info.js";
 const defaultSettings = require("@/settings.js");
 export default {
   data() {

+ 4 - 0
ruoyi-ui/src/views/management/nstruction/index.vue

@@ -675,6 +675,10 @@ import {
   exportConfig,
   clearCache,
 } from "@/api/system/config";
+import{
+  setExamine,
+  setReject
+} from "@/api/projectInfo/info.js";
 export default {
   name: "Config",
   data() {

+ 4 - 1
ruoyi-ui/src/views/management/roduction/index.vue

@@ -155,7 +155,10 @@ import {
   updateProduct,
   exportProduct,
 } from "@/api/production/production.js";
-
+import{
+  setExamine,
+  setReject
+} from "@/api/projectInfo/info.js";
 export default {
   name: "production",
   data() {

+ 1 - 0
ruoyi-ui/src/views/management/row/index.vue

@@ -95,6 +95,7 @@ import {
   exportConfig,
   clearCache,
 } from "@/api/system/config";
+
 import myTabs from "../../tab/index.vue";
 import One from "../../under/index.vue";
 import Two from "../nstruction/index.vue";

+ 4 - 0
ruoyi-ui/src/views/under/index.vue

@@ -696,6 +696,10 @@ import {
   exportConfig,
   clearCache,
 } from "@/api/system/config";
+import{
+  setExamine,
+  setReject
+} from "@/api/projectInfo/info.js";
 export default {
   name: "Config",
   props: {