@tplc/business 0.2.49 → 0.2.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.2.50](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.2.49...v0.2.50) (2025-01-01)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ✨ Features | 新功能
|
|
9
|
+
|
|
10
|
+
* 处理地址字段切换 ([27dd10e](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/27dd10e9d609b88560dcb6671503035199e30d08))
|
|
11
|
+
|
|
5
12
|
### [0.2.49](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.2.48...v0.2.49) (2025-01-01)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -144,7 +144,7 @@ const form = reactive({
|
|
|
144
144
|
keywords: '',
|
|
145
145
|
startDate: '',
|
|
146
146
|
endDate: '',
|
|
147
|
-
|
|
147
|
+
cityId: '',
|
|
148
148
|
})
|
|
149
149
|
|
|
150
150
|
// 今天 明天 后天 周...
|
|
@@ -172,7 +172,7 @@ watchEffect(() => {
|
|
|
172
172
|
|
|
173
173
|
watchEffect(() => {
|
|
174
174
|
if (addressCity.value) {
|
|
175
|
-
form.
|
|
175
|
+
form.cityId = addressCity.value.cityId
|
|
176
176
|
}
|
|
177
177
|
})
|
|
178
178
|
</script>
|