|
@@ -8,6 +8,8 @@
|
|
|
:apiId="{query:20221020165103,del:20221020165503}"
|
|
:apiId="{query:20221020165103,del:20221020165503}"
|
|
|
:options="options"
|
|
:options="options"
|
|
|
:detail-path="{path:'/quotedPriceDetail'}"
|
|
:detail-path="{path:'/quotedPriceDetail'}"
|
|
|
|
|
+ @listCreate="list"
|
|
|
|
|
+ @listData="list2"
|
|
|
>
|
|
>
|
|
|
<div slot="titleRight">
|
|
<div slot="titleRight">
|
|
|
<!-- <importExcel style="margin-left:10px" @onSuccess="onSuccess"></importExcel>-->
|
|
<!-- <importExcel style="margin-left:10px" @onSuccess="onSuccess"></importExcel>-->
|
|
@@ -215,6 +217,15 @@ export default {
|
|
|
console.log(JSON.parse(window.sessionStorage.getItem('userInfo')));
|
|
console.log(JSON.parse(window.sessionStorage.getItem('userInfo')));
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
|
|
+ list (param) {
|
|
|
|
|
+ param.content.isAll = 0
|
|
|
|
|
+ param.content.deleted = 0
|
|
|
|
|
+ param.content.type = 1
|
|
|
|
|
+ },
|
|
|
|
|
+ list2 (data) {
|
|
|
|
|
+ console.log(data);
|
|
|
|
|
+
|
|
|
|
|
+ },
|
|
|
},
|
|
},
|
|
|
mounted() {
|
|
mounted() {
|
|
|
this.isSaler()
|
|
this.isSaler()
|