|
@@ -200,12 +200,6 @@
|
|
|
:users="curAddUsers"
|
|
|
@modified="userModified"
|
|
|
></select-user-dialog>
|
|
|
- <!-- SelectRoleDialog -->
|
|
|
- <select-role-dialog
|
|
|
- ref="SelectRoleDialog"
|
|
|
- :data="curAddRoles"
|
|
|
- @modified="roleModified"
|
|
|
- ></select-role-dialog>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -213,7 +207,6 @@
|
|
|
import { deepCopy } from "../../../plugins/utils";
|
|
|
import { flowDetail, updateFlowDetail } from "../api";
|
|
|
import SelectUserDialog from "./SelectUserDialog";
|
|
|
-import SelectRoleDialog from "./SelectRoleDialog";
|
|
|
|
|
|
const DEFAULT_NODE = {
|
|
|
id: "",
|
|
@@ -236,7 +229,7 @@ const DEFAULT_NODE = {
|
|
|
|
|
|
export default {
|
|
|
name: "modify-flow-detail",
|
|
|
- components: { SelectUserDialog, SelectRoleDialog },
|
|
|
+ components: { SelectUserDialog },
|
|
|
props: {
|
|
|
instance: {
|
|
|
type: Object,
|