|
@@ -20,7 +20,7 @@
|
|
|
import TemplatePage from '@/components/template/template-page-1.vue'
|
|
|
import import_mixin from '@/components/template/import_mixin.js'
|
|
|
import operation_mixin from '@/components/template/operation_mixin.js'
|
|
|
-import { enginMaterialList, enginMaterialListExport, enginMaterialDetail } from "@/api/applicationWithoutFee.js"
|
|
|
+import { enginMaterialListAll, enginMaterialListAllExport, enginMaterialDetail } from "@/api/applicationWithoutFee.js"
|
|
|
import feel from "../mixins/feel.js"
|
|
|
export default {
|
|
|
components: {
|
|
@@ -52,14 +52,14 @@ export default {
|
|
|
pam.params.push({ "param": "rp_project_repair_id", "compare": "=", "value": this.$route.query.rpProjectRepairId })
|
|
|
}
|
|
|
cb && cb(pam)
|
|
|
- return enginMaterialList(pam)
|
|
|
+ return enginMaterialListAll(pam)
|
|
|
} catch (err) {
|
|
|
console.log(err)
|
|
|
}
|
|
|
},
|
|
|
|
|
|
// 列表导出函数
|
|
|
- exportList: enginMaterialListExport,
|
|
|
+ exportList: enginMaterialListAllExport,
|
|
|
|
|
|
// 表格列解析渲染数据更改
|
|
|
columnParsing(item, defaultData) {
|