06660443 by renchao@pashanhoo.com

style:业务申请

1 parent 8fa12a0a
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-01 15:24:10
* @LastEditTime: 2023-08-02 09:53:05
-->
<template>
<div class="clmlmx-box">
......@@ -197,6 +197,8 @@
this.$popupCacel()
store.dispatch('user/reWorkFresh', true)
}
}).catch(() => {
this.loading = false
})
},
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-31 09:11:52
* @LastEditTime: 2023-08-02 09:53:35
-->
<template>
<div class="from-clues">
......@@ -155,6 +155,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
} else {
this.loading = true
......@@ -174,7 +176,9 @@
this.$message.error(res.message);
}
this.$popupCacel();
});
}).catch(() => {
this.loading = false
})
}
},
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-02 09:03:45
* @LastEditTime: 2023-08-02 09:57:31
-->
<template>
<!-- 抵押权利信息查询 -->
......@@ -139,6 +139,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
},
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-31 09:16:13
* @LastEditTime: 2023-08-02 09:58:05
-->
<template>
<div class="from-clues">
......@@ -266,6 +266,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
} else {
this.loading = true
......@@ -285,6 +287,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
}
},
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-31 09:16:53
* @LastEditTime: 2023-08-02 09:58:24
-->
<template>
<div class="from-clues">
......@@ -128,6 +128,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
},
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-31 09:17:54
* @LastEditTime: 2023-08-02 09:56:26
-->
<template>
<div class="from-clues">
......@@ -125,6 +125,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
},
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-31 09:18:37
* @LastEditTime: 2023-08-02 09:58:35
-->
<template>
<!-- 主体权利信息查询 -->
......@@ -153,6 +153,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
},
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-31 09:19:26
* @LastEditTime: 2023-08-02 09:58:45
-->
<template>
<div class="from-clues">
......@@ -184,6 +184,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
},
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-31 09:20:26
* @LastEditTime: 2023-08-02 09:58:53
-->
<template>
<!-- 主体权利信息查询 -->
......@@ -130,6 +130,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
},
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 11:18:39
* @LastEditTime: 2023-08-02 09:59:05
-->
<template>
<!-- 主体权利信息查询 -->
......@@ -129,6 +129,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
},
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-31 09:22:11
* @LastEditTime: 2023-08-02 09:56:33
-->
<template>
<div class="from-clues">
......@@ -138,6 +138,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
},
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-31 09:34:30
* @LastEditTime: 2023-08-02 09:56:41
-->
<template>
<div class="from-clues">
......@@ -258,6 +258,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
},
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-31 09:35:29
* @LastEditTime: 2023-08-02 09:59:18
-->
<template>
<div class="from-clues">
......@@ -135,6 +135,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
},
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-31 09:36:26
* @LastEditTime: 2023-08-02 09:59:25
-->
<template>
<div class="from-clues">
......@@ -138,6 +138,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
},
/**
......
......@@ -129,6 +129,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
},
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-31 09:38:00
* @LastEditTime: 2023-08-02 09:59:39
-->
<template>
<!-- 主体权利信息查询 -->
......@@ -127,6 +127,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
},
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-27 10:04:28
* @LastEditTime: 2023-08-02 09:59:44
-->
<template>
<!-- 主体权利信息查询 -->
......@@ -129,6 +129,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
},
/**
......
......@@ -129,6 +129,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
},
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-31 09:40:25
* @LastEditTime: 2023-08-02 09:59:52
-->
<template>
<!-- 主体权利信息查询 -->
......@@ -130,6 +130,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
},
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-31 09:40:53
* @LastEditTime: 2023-08-02 09:59:58
-->
<template>
<!-- 主体权利信息查询 -->
......@@ -131,6 +131,8 @@
} else {
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%')
}
}).catch(() => {
this.loading = false
})
},
/**
......