@@ -28,8 +28,13 @@
computed: {
...mapGetters(['getDictionariesInfo']),
},
+ onLoad() {
+ this.getGhsInfo()
+ },
methods: {
init(){
+ getGhsInfo(){
let that = this
let id = this.option.id?this.option.id:0
let salt = this.option.salt?this.option.salt:''