vue2-client 1.8.461 → 1.9.2

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": "vue2-client",
3
- "version": "1.8.461",
3
+ "version": "1.9.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -513,7 +513,7 @@ export default {
513
513
  serviceName: cell.serviceName,
514
514
  formItems: res.formJson,
515
515
  showSubmitBtn: !this.isInAModal,
516
- businessType: '新增',
516
+ businessType: param.businessType || '新增',
517
517
  layout: res.xAddFormLayout,
518
518
  ...res,
519
519
  fixedAddForm: param,
@@ -6,7 +6,6 @@
6
6
  :placement="direction"
7
7
  title="流程详情"
8
8
  @close="onClose"
9
- :get-container="false"
10
9
  >
11
10
  <div>
12
11
  <!-- 基础信息 -->