|
@@ -1,5 +1,6 @@
|
|
//资源管理油价管理
|
|
//资源管理油价管理
|
|
<template>
|
|
<template>
|
|
|
|
+ <!-- -->
|
|
<div class="steel_inbound">
|
|
<div class="steel_inbound">
|
|
<div class="sache">
|
|
<div class="sache">
|
|
<el-input
|
|
<el-input
|
|
@@ -82,7 +83,9 @@ export default {
|
|
this.isKuang = true;
|
|
this.isKuang = true;
|
|
this.selectLoading = true;
|
|
this.selectLoading = true;
|
|
this.tableLoading = true;
|
|
this.tableLoading = true;
|
|
- if(this.textInput){
|
|
|
|
|
|
+ if(this.textInput!=null){
|
|
|
|
+ this.textInput=this.textInput.replace('#','%23')
|
|
|
|
+ this.textInput=this.textInput.replace('%','%25')
|
|
this.options.requestUrl = "/api/v1/rms/getOilPriceResultList?apiId=380&con=" +this.textInput+"&i="+ new Date();
|
|
this.options.requestUrl = "/api/v1/rms/getOilPriceResultList?apiId=380&con=" +this.textInput+"&i="+ new Date();
|
|
}else{
|
|
}else{
|
|
this.options.requestUrl = "/api/v1/rms/getOilPriceResultList?apiId=380&i="+ new Date();
|
|
this.options.requestUrl = "/api/v1/rms/getOilPriceResultList?apiId=380&i="+ new Date();
|