|
@@ -484,7 +484,7 @@
|
|
|
<!-- 作废原因 -->
|
|
|
<a-modal
|
|
|
v-if="voidOperationStatus"
|
|
|
- title="作废原因"
|
|
|
+ title="政策作废"
|
|
|
dialog-class="rejection-reason-class"
|
|
|
:visible="voidOperationStatus"
|
|
|
@ok="handleVoidOk"
|
|
@@ -494,7 +494,7 @@
|
|
|
"
|
|
|
>
|
|
|
<div>
|
|
|
- <div class="reason-class-header">请输入作废原因:</div>
|
|
|
+ <div class="reason-class-header" style="color:red;font-size:20px;font-weight:bold">是否将该条政策作废,一经作废不可恢复!</div>
|
|
|
<a-form-model
|
|
|
ref="rejectRuleForm"
|
|
|
:model="reasonForm"
|
|
@@ -991,7 +991,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
id: 5,
|
|
|
- name: '作废'
|
|
|
+ name: '已作废'
|
|
|
}
|
|
|
],
|
|
|
subTitleMsgStatus: false,
|
|
@@ -1347,7 +1347,7 @@ export default {
|
|
|
pageNo: this.tablePag.page,
|
|
|
pageSize: this.tablePag.size
|
|
|
};
|
|
|
- downFile(urlAcount + '/finance/cwjsPolicyInfo/list', paramsData).then(res => {
|
|
|
+ downFile(urlAcount + '/finance/cwjsPolicyInfo/exportPolicy', paramsData).then(res => {
|
|
|
// console.log(res)
|
|
|
this.exportLoading=false;
|
|
|
let blob = new Blob([res], {
|