Browse Source

客户页面

wangxy 1 month ago
parent
commit
80ee659600
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/admin/Hetong/components/qiTaYueDing.vue

+ 1 - 1
pages/admin/Hetong/components/qiTaYueDing.vue

@@ -24,7 +24,7 @@
 	const data = injectHetong()
 
 	function onInputChange(e) {
-		data.beizhu = e.detail.value
+		data.hetong.beizhu = e.detail.value
 	}
 </script>