|
@@ -87,7 +87,7 @@
|
|
|
<script>
|
|
|
import { STable, Ellipsis } from '@/components'
|
|
|
|
|
|
-import { getMeasurePage, exportSbMeasure } from '@/api/sb/sb-resume'
|
|
|
+import { getMeasurePage, exportSbMeasure2 } from '@/api/sb/sb-resume'
|
|
|
|
|
|
export default {
|
|
|
name: 'SbRunFillList',
|
|
@@ -121,7 +121,7 @@ export default {
|
|
|
title: '操作类型',
|
|
|
checked: true,
|
|
|
width: 200,
|
|
|
- dataIndex: 'type',
|
|
|
+ dataIndex: 'otherType',
|
|
|
customRender: (text, record, index) => {
|
|
|
return this.otherTypeMap[text]
|
|
|
}
|
|
@@ -186,6 +186,8 @@ export default {
|
|
|
created () {
|
|
|
// 下拉框map
|
|
|
this.otherTypeMap = this.DictCache.getLabelByValueMapByType(this.DictCache.TYPE.SB_MEASURE_OTHER_TYPE)
|
|
|
+ console.log(11)
|
|
|
+ console.log(this.otherTypeMap)
|
|
|
},
|
|
|
methods: {
|
|
|
tableOption () {
|
|
@@ -247,7 +249,7 @@ export default {
|
|
|
const parameter = {
|
|
|
...this.queryParam
|
|
|
}
|
|
|
- exportSbMeasure(parameter).then(file => {
|
|
|
+ exportSbMeasure2(parameter).then(file => {
|
|
|
this.BaseTool.UPLOAD.downLoadExportExcel(file)
|
|
|
})
|
|
|
},
|