cloud-web-corejs 1.0.119 → 1.0.120

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.119",
4
+ "version": "1.0.120",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -776,8 +776,7 @@
776
776
  <setCandidateDialog v-if="showSetCandidateDialog" :visiable.sync="showSetCandidateDialog"
777
777
  @close="closeSetCandidateDialog"
778
778
  :wfInfo="wfInfo"
779
- :current_prefix="current_prefix"
780
- :wfUserRangeEnabled="wfUserRangeEnabled"></setCandidateDialog>
779
+ :current_prefix="current_prefix"></setCandidateDialog>
781
780
  </template>
782
781
  </baseTabPane>
783
782
  <div v-else></div>