|
@@ -30,7 +30,7 @@
|
|
|
<p class="reset-button-one" @click="resetQuery">重置</p>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="" prop="title" style="float: right">
|
|
|
- <el-dropdown @command="exportButton" style="float: left" v-hasPermi="['airbottle:taskManage:export']">
|
|
|
+ <el-dropdown @command="exportButton" style="float: left" v-hasPermi="['airbottle:informationRecord:taskExport']">
|
|
|
<div class="form-dropdown-box">
|
|
|
<img src="@/assets/ZDimages/personnelManagement/icon_jzgxx_sc.png">
|
|
|
<p>导出</p>
|
|
@@ -83,7 +83,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
|
-import { applyRecordList, enterRecordList, gasApplyList } from '@/api/gasManage3_0/gasManage'
|
|
|
+import { applyRecordList, enterRecordList, } from '@/api/gasManage3_0/gasManage'
|
|
|
import { getToken } from "@/utils/auth";
|
|
|
import detailPage from "./applyRecordDetail.vue"
|
|
|
export default {
|
|
@@ -157,7 +157,7 @@ export default {
|
|
|
cancelButtonText: "取消",
|
|
|
type: "warning"
|
|
|
}).then(async () => {
|
|
|
- self.download('/airbottle/taskManage/export/', {...self.queryParamsData}, '申领记录导出-'+currentDate+'.xlsx')
|
|
|
+ self.download('/airbottle/informationRecord/taskExport/', {...self.queryParamsData}, '申领记录导出-'+currentDate+'.xlsx')
|
|
|
}).catch(() => {})
|
|
|
}else if(item.command == 2){
|
|
|
if(self.ids.length>0) {
|
|
@@ -221,7 +221,7 @@ export default {
|
|
|
this.queryParams.startTime=null;
|
|
|
this.queryParams.endTime=null
|
|
|
}
|
|
|
- gasApplyList(_this.queryParams).then( response => {
|
|
|
+ applyRecordList(_this.queryParams).then( response => {
|
|
|
let res=response.rows;
|
|
|
_this.tableData=res;
|
|
|
_this.total=response.total;
|