@@ -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) => {
let obj = {}
if (type == '0' || type == '1' || type == '2') {