Commit ff96ec7c authored by 李苏's avatar 李苏 💬

调整

parent 618f557e
...@@ -178,10 +178,10 @@ ...@@ -178,10 +178,10 @@
}, },
async onLoad() { async onLoad() {
this.apiGetDwxList()
uni.$on('save', () => { uni.$on('save', () => {
this.dwxSearch() this.dwxSearch()
}) })
this.apiGetDwxList()
this.ztMap = await this.$match({ this.ztMap = await this.$match({
url: 'kqgl/gzrb/init/zt' url: 'kqgl/gzrb/init/zt'
}) })
......
...@@ -41,11 +41,7 @@ ...@@ -41,11 +41,7 @@
} }
}, },
props: { props: {
isxzck: {
type: [Boolean, String],
default: true
},
// isxzck
bgColor: { bgColor: {
type: String, type: String,
default: '' default: ''
...@@ -64,9 +60,7 @@ ...@@ -64,9 +60,7 @@
} }
}, },
methods: { methods: {
xzck(){
this.$Router.replaceAll({name:'xzck'})
},
BackPage() { BackPage() {
uni.navigateBack({ uni.navigateBack({
delta: 1 delta: 1
...@@ -80,7 +74,5 @@ ...@@ -80,7 +74,5 @@
</script> </script>
<style scoped> <style scoped>
.tit-xzck{
width: 100%;height: 50%;line-height: 35px;text-align: center;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment