From d06038cb4f85165d8d0d549501f9bdd5ddee8e3e Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Tue, 30 Jan 2024 11:09:49 +0800 Subject: [PATCH] uu --- .../buns-country-sheet/buns-country-sheet.vue | 2 +- .../buns-goodinfo-sheet/buns-goodinfo-sheet.vue | 2 +- components/buns-locus-pos/buns-locus-pos.vue | 2 +- .../buns-paytype-sheet/buns-paytype-sheet.vue | 2 +- .../buns-privacy-dialog/buns-privacy-dialog.vue | 2 +- .../buns-revtime-sheet/buns-revtime-sheet.vue | 2 +- .../buns-stockroom-sheet/buns-stockroom-sheet.vue | 2 +- components/buns-way-sheet/buns-way-sheet.vue | 2 +- components/tpx-checkitems/tpx-checkitems.vue | 2 +- components/tpx-com-dialog/tpx-com-dialog.vue | 2 +- components/tpx-date-input/tpx-date-input.vue | 2 +- components/tpx-dialog/tpx-dialog.vue | 2 +- components/tpx-image/tpx-image.vue | 2 +- components/tpx-input/tpx-input.vue | 2 +- components/tpx-layout/tpx-layout.vue | 2 +- components/tpx-scroll-view/tpx-scroll-view.vue | 2 +- components/tpx-search/tpx-search.vue | 2 +- components/tpx-select/content-items.vue | 2 +- components/tpx-select/default-select-input.vue | 2 +- components/tpx-select/tpx-select.vue | 13 ++++++++----- components/tpx-tabs/tpx-tabs.vue | 2 +- components/tpx-tags/tpx-tags.vue | 2 +- components/tpx-textarea/tpx-textarea.vue | 2 +- components/tpx-upload/tpx-upload.vue | 2 +- 24 files changed, 31 insertions(+), 28 deletions(-) diff --git a/components/buns-country-sheet/buns-country-sheet.vue b/components/buns-country-sheet/buns-country-sheet.vue index 06408cd..3165857 100644 --- a/components/buns-country-sheet/buns-country-sheet.vue +++ b/components/buns-country-sheet/buns-country-sheet.vue @@ -71,7 +71,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { handleCloseModal() { diff --git a/components/buns-goodinfo-sheet/buns-goodinfo-sheet.vue b/components/buns-goodinfo-sheet/buns-goodinfo-sheet.vue index ef4ae19..9691983 100644 --- a/components/buns-goodinfo-sheet/buns-goodinfo-sheet.vue +++ b/components/buns-goodinfo-sheet/buns-goodinfo-sheet.vue @@ -165,7 +165,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { handleCloseModal() { diff --git a/components/buns-locus-pos/buns-locus-pos.vue b/components/buns-locus-pos/buns-locus-pos.vue index c812bdf..da52597 100644 --- a/components/buns-locus-pos/buns-locus-pos.vue +++ b/components/buns-locus-pos/buns-locus-pos.vue @@ -50,7 +50,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { getCdnUrl, diff --git a/components/buns-paytype-sheet/buns-paytype-sheet.vue b/components/buns-paytype-sheet/buns-paytype-sheet.vue index 93b97e7..fa94139 100644 --- a/components/buns-paytype-sheet/buns-paytype-sheet.vue +++ b/components/buns-paytype-sheet/buns-paytype-sheet.vue @@ -130,7 +130,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { goto, diff --git a/components/buns-privacy-dialog/buns-privacy-dialog.vue b/components/buns-privacy-dialog/buns-privacy-dialog.vue index ee6036f..dbb2407 100644 --- a/components/buns-privacy-dialog/buns-privacy-dialog.vue +++ b/components/buns-privacy-dialog/buns-privacy-dialog.vue @@ -58,7 +58,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { handleCloseModal() { diff --git a/components/buns-revtime-sheet/buns-revtime-sheet.vue b/components/buns-revtime-sheet/buns-revtime-sheet.vue index 7a33bff..b7f89ea 100644 --- a/components/buns-revtime-sheet/buns-revtime-sheet.vue +++ b/components/buns-revtime-sheet/buns-revtime-sheet.vue @@ -101,7 +101,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { initData() { diff --git a/components/buns-stockroom-sheet/buns-stockroom-sheet.vue b/components/buns-stockroom-sheet/buns-stockroom-sheet.vue index c2d3b3c..e709f81 100644 --- a/components/buns-stockroom-sheet/buns-stockroom-sheet.vue +++ b/components/buns-stockroom-sheet/buns-stockroom-sheet.vue @@ -105,7 +105,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { handleCloseModal() { diff --git a/components/buns-way-sheet/buns-way-sheet.vue b/components/buns-way-sheet/buns-way-sheet.vue index 2f1cb9e..f5fbcf6 100644 --- a/components/buns-way-sheet/buns-way-sheet.vue +++ b/components/buns-way-sheet/buns-way-sheet.vue @@ -71,7 +71,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { handleCloseModal() { diff --git a/components/tpx-checkitems/tpx-checkitems.vue b/components/tpx-checkitems/tpx-checkitems.vue index 4e65c6c..d39cc64 100644 --- a/components/tpx-checkitems/tpx-checkitems.vue +++ b/components/tpx-checkitems/tpx-checkitems.vue @@ -68,7 +68,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { handleCheckBoxClick(curItem, index) { diff --git a/components/tpx-com-dialog/tpx-com-dialog.vue b/components/tpx-com-dialog/tpx-com-dialog.vue index 80e0786..8dcc5e6 100644 --- a/components/tpx-com-dialog/tpx-com-dialog.vue +++ b/components/tpx-com-dialog/tpx-com-dialog.vue @@ -64,7 +64,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { handleCloseModal() { diff --git a/components/tpx-date-input/tpx-date-input.vue b/components/tpx-date-input/tpx-date-input.vue index 3274fa1..da17689 100644 --- a/components/tpx-date-input/tpx-date-input.vue +++ b/components/tpx-date-input/tpx-date-input.vue @@ -85,7 +85,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { handleSelectDate() { diff --git a/components/tpx-dialog/tpx-dialog.vue b/components/tpx-dialog/tpx-dialog.vue index 7881740..3871722 100644 --- a/components/tpx-dialog/tpx-dialog.vue +++ b/components/tpx-dialog/tpx-dialog.vue @@ -75,7 +75,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { handleClose() { diff --git a/components/tpx-image/tpx-image.vue b/components/tpx-image/tpx-image.vue index 715e1a9..2d48394 100644 --- a/components/tpx-image/tpx-image.vue +++ b/components/tpx-image/tpx-image.vue @@ -55,7 +55,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { bindload: function(res) { diff --git a/components/tpx-input/tpx-input.vue b/components/tpx-input/tpx-input.vue index 02691f4..f11ef76 100644 --- a/components/tpx-input/tpx-input.vue +++ b/components/tpx-input/tpx-input.vue @@ -41,7 +41,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { handleChange(val){ diff --git a/components/tpx-layout/tpx-layout.vue b/components/tpx-layout/tpx-layout.vue index 33a5262..3997e63 100644 --- a/components/tpx-layout/tpx-layout.vue +++ b/components/tpx-layout/tpx-layout.vue @@ -36,7 +36,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { diff --git a/components/tpx-scroll-view/tpx-scroll-view.vue b/components/tpx-scroll-view/tpx-scroll-view.vue index 8f29ddf..558a9fe 100644 --- a/components/tpx-scroll-view/tpx-scroll-view.vue +++ b/components/tpx-scroll-view/tpx-scroll-view.vue @@ -36,7 +36,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { onScrollBottom(){ diff --git a/components/tpx-search/tpx-search.vue b/components/tpx-search/tpx-search.vue index 03588d8..0fad17f 100644 --- a/components/tpx-search/tpx-search.vue +++ b/components/tpx-search/tpx-search.vue @@ -63,7 +63,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { handleSwitchFouce() { diff --git a/components/tpx-select/content-items.vue b/components/tpx-select/content-items.vue index faf27bf..b7e0e2e 100644 --- a/components/tpx-select/content-items.vue +++ b/components/tpx-select/content-items.vue @@ -66,7 +66,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { handleDataItemChange(val) { diff --git a/components/tpx-select/default-select-input.vue b/components/tpx-select/default-select-input.vue index a3dcff9..90ac6a9 100644 --- a/components/tpx-select/default-select-input.vue +++ b/components/tpx-select/default-select-input.vue @@ -80,7 +80,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: {} } diff --git a/components/tpx-select/tpx-select.vue b/components/tpx-select/tpx-select.vue index fe438eb..9a15fdd 100644 --- a/components/tpx-select/tpx-select.vue +++ b/components/tpx-select/tpx-select.vue @@ -1,6 +1,6 @@