centaline-data-driven 1.1.30 → 1.1.31

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.1.30",
3
+ "version": "1.1.31",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -211,10 +211,6 @@ const SearchScreen = function (source, callBack, screenPara) {
211
211
  Vue.prototype.$api.postHandler(common.globalUri(), { action: source, para: screenPara }).then(
212
212
  function (response) {
213
213
  if (response.rtnCode === Enum.ReturnCode.Successful) {
214
- response.content.fields[0].displayLabelAfterSelected=true;
215
- response.content.fields[0].autoSearch=true;
216
- response.content.fields[4].autoSearch=true;
217
- response.content.fields[5].autoSearch=true;
218
214
  var rtn = init(response);
219
215
  if (callBack) {
220
216
  callBack(rtn);