Explorar o código

Merge branch 'lin_yb' of ssh://gogs.zfire.top:2222/zfire-front/zfire-newmall-admin into develop

linwenxin hai 1 ano
pai
achega
21b512733d

+ 0 - 1
src/views/engineeringMaintenance/allInclusiveExpense/index.vue

@@ -75,7 +75,6 @@ export default {
       return this.operationBtn({
         detail: {
           click: ({ row, index, column }) => {
-            console.log(row)
             enginMaterialDetail({
               id: row.orderId
             }).then(res => {

+ 1 - 1
src/views/engineeringMaintenance/applicationWithoutFee/index.vue

@@ -137,7 +137,7 @@ export default {
         },
         examine: {
           conditions: ({ row, index, column }) => {
-            return res.data.examineStatus == "WAIT"
+            return row.examineStatus == "WAIT"
           },
           click: ({ row, index, column }) => {
             enginMaterialDetail({