@zscreate/zhxy-app-component 1.0.281 → 1.0.282

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.
@@ -998,6 +998,7 @@ export default {
998
998
  if (genList[i].type === "hnkj-confirm") {
999
999
  this.$set(this.selectShow, genList[i].model, false)
1000
1000
  const dictName = genList[i].options.dictName
1001
+ this.$set(this.models[genList[i].model], 'dictName',dictName )
1001
1002
  if (dictName) cacheHttp.get(`/sys/dict/getDictItems/${dictName}`).then(res => {
1002
1003
  if (res.success) {
1003
1004
  this.$set(this.selectList, genList[i].model, res.result?.map(item => ({
@@ -1033,6 +1034,7 @@ export default {
1033
1034
  {
1034
1035
  comments: '',
1035
1036
  operation: '',
1037
+ dictName,
1036
1038
  operator: userInfo.realname || userInfo.username,
1037
1039
  operationTime: moment().format('YYYY-MM-DD HH:mm:ss'),
1038
1040
  userSign: ''
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.281",
3
+ "version": "1.0.282",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",