|
@@ -36,7 +36,6 @@
|
|
<!-- 历史启用 -->
|
|
<!-- 历史启用 -->
|
|
<el-tab-pane label="历史启用" name="second">
|
|
<el-tab-pane label="历史启用" name="second">
|
|
<dilTable
|
|
<dilTable
|
|
- ref="excelDom"
|
|
|
|
v-bind.sync="option2"
|
|
v-bind.sync="option2"
|
|
:loading="loading"
|
|
:loading="loading"
|
|
:isKuang="isKuang"
|
|
:isKuang="isKuang"
|
|
@@ -86,8 +85,8 @@ export default {
|
|
this.option.requestUrl =
|
|
this.option.requestUrl =
|
|
"/api/v1/ams/getInwardContractPrice?apiId=464&con=" + this.input;
|
|
"/api/v1/ams/getInwardContractPrice?apiId=464&con=" + this.input;
|
|
} else {
|
|
} else {
|
|
- this.option.requestUrl =
|
|
|
|
- "/api/v1/ams/getInwardContractPrice?apiId=464&i=" + new Date();
|
|
|
|
|
|
+ this.option.requestUrl =
|
|
|
|
+ "/api/v1/ams/getInwardContractPrice?apiId=464&deleted=0&i=" + new Date();
|
|
}
|
|
}
|
|
},
|
|
},
|
|
btnclick() {
|
|
btnclick() {
|