Эх сурвалжийг харах

任务中心-疑问订单-取消疑问订单接口对接

祁鹏飞 3 сар өмнө
parent
commit
88ac6a06bd

+ 12 - 0
src/views/finance/index.vue

@@ -758,6 +758,18 @@ const updateSigningTime = (row) => {
   })
   })
 }
 }
 
 
+const handleCancel = (scope) => {
+  api.financeApi.updateToUnQuestionOrder(scope.row.orderNo).then((res: any) => {
+    if (res.code == 200) {
+      ElMessage({
+        message: res.msg,
+        type: 'warning'
+      })
+      initData('3')
+    }
+  })
+}
+
 const initData = (type) => {
 const initData = (type) => {
   let obj = {}
   let obj = {}
   if (type == '0' || type == '1' || type == '2') {
   if (type == '0' || type == '1' || type == '2') {