姜永辉 1 год назад
Родитель
Сommit
cb6fe10317

+ 2 - 2
components/dkbusiness/dk-single-dropdown-item/dk-single-dropdown-item.js

@@ -143,8 +143,8 @@ Component({
               list.forEach(item2 => {
                 let item = {
                   id: item2.id,
-                  code: item2.dataCode,
-                  name: item2.dataValue,
+                  code: item2.macCode,
+                  name: item2.macName,
                   checked: item2.id == this.properties.contentID ? true : false
                 }
                 nmb_tenter++