he2802 3 lat temu
rodzic
commit
02cd159dea
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      pages2/wd/info.vue

+ 4 - 0
pages2/wd/info.vue

@@ -101,6 +101,10 @@ export default {
 		
 		
 	},
 	},
 	methods: {
 	methods: {
+		bindPickerChangeSex(e) {
+			let data = {sex:e.detail.value}
+			this.submitForm(data)
+		},
 		uploadFile(options, int) {
 		uploadFile(options, int) {
 			var self = this;
 			var self = this;
 			return new Promise((resolve, reject) => {
 			return new Promise((resolve, reject) => {