cloud-web-corejs 1.0.54-dev.52 → 1.0.54-dev.53

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.52",
4
+ "version": "1.0.54-dev.53",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div>
3
3
  <companyInfoDialog v-if="showCompanyInfoDialog" :visiable.sync="showCompanyInfoDialog"
4
- :title="$t1('批量设置表单流程类型')"
4
+ :title="$t1('批量设置表单流程类型')" :allCompany="true"
5
5
  :beforeConfirm="beforeConfirmCompanyInfoDialog"
6
6
  :beforeCancel="beforeCloseCompanyInfoDialog"
7
7
  @confirm="confirmCompanyInfoDialog"></companyInfoDialog>
@@ -162,7 +162,6 @@ tmixins = {
162
162
  return text;
163
163
  },
164
164
  beforeCloseCompanyInfoDialog() {
165
- debugger
166
165
  this.dialogClose1()
167
166
  },
168
167
  beforeConfirmCompanyInfoDialog(rows) {