update 自定义比对修改
This commit is contained in:
@@ -275,7 +275,7 @@ export default {
|
||||
this.$nextTick(() => {
|
||||
document.getElementsByClassName('ant-modal-confirm-btns')[0].style = 'display:none'
|
||||
})
|
||||
downFile('/customCompare/lawsCustomCompareInfo/exportExcel', {infoId: this.modal.id}).then((data) => {
|
||||
downFile('/customCompare/lawsCustomCompareInfo/exportExcel', { infoId: this.modal.id }).then((data) => {
|
||||
if (!data) {
|
||||
this.$message.warning('文件下载失败')
|
||||
return
|
||||
@@ -331,6 +331,10 @@ export default {
|
||||
* 对比维护
|
||||
*/
|
||||
handleComparisonMaintain () {
|
||||
if (!this.form.getFieldValue('referenceStandard')) {
|
||||
this.$message.warning(this.$t('pleaseSelectOneStandard'))
|
||||
return
|
||||
}
|
||||
this.$refs.comparisonMaintainDrawer.open(this.modal.id)
|
||||
},
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user