|  | @@ -387,7 +387,6 @@ import { statusOptions, getLabel } from "./../../commonOption";
 | 
	
		
			
				|  |  |  import { allRole } from "@/api/system/role";
 | 
	
		
			
				|  |  |  import DialogThreeState from "@/components/message/threeStateMessageBox.vue";
 | 
	
		
			
				|  |  |  export default {
 | 
	
		
			
				|  |  | -  name: "resumptionplan",
 | 
	
		
			
				|  |  |    dicts: [
 | 
	
		
			
				|  |  |      "sys_org_type",
 | 
	
		
			
				|  |  |      "rule_type",
 | 
	
	
		
			
				|  | @@ -396,6 +395,9 @@ export default {
 | 
	
		
			
				|  |  |      "resumption_plan_status",
 | 
	
		
			
				|  |  |      "resumption_plan_exec",
 | 
	
		
			
				|  |  |    ],
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +  name: "resumptionplan",
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |    components: {
 | 
	
		
			
				|  |  |      DialogEdit,
 | 
	
		
			
				|  |  |      OrgTree,
 | 
	
	
		
			
				|  | @@ -403,6 +405,9 @@ export default {
 | 
	
		
			
				|  |  |      DialogThreeState,
 | 
	
		
			
				|  |  |      DialogDetail,
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +  props: {},
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |    data() {
 | 
	
		
			
				|  |  |      const { params, query } = this.$route;
 | 
	
		
			
				|  |  |      return {
 | 
	
	
		
			
				|  | @@ -448,8 +453,7 @@ export default {
 | 
	
		
			
				|  |  |        ],
 | 
	
		
			
				|  |  |      };
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | -  props: {},
 | 
	
		
			
				|  |  | -  watch: {},
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |    computed: {
 | 
	
		
			
				|  |  |      ...mapGetters(["orgId", "orgName"]),
 | 
	
		
			
				|  |  |      orgTypeOptions() {
 | 
	
	
		
			
				|  | @@ -462,6 +466,10 @@ export default {
 | 
	
		
			
				|  |  |        );
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +  watch: {},
 | 
	
		
			
				|  |  | +  mounted() {},
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |    methods: {
 | 
	
		
			
				|  |  |      ...mapMutations([]),
 | 
	
		
			
				|  |  |      //是否显示编辑按钮
 | 
	
	
		
			
				|  | @@ -834,12 +842,11 @@ export default {
 | 
	
		
			
				|  |  |        return getLabel(options, value);
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      //apimark//
 | 
	
		
			
				|  |  | -  },
 | 
	
		
			
				|  |  | -  mounted() {},
 | 
	
		
			
				|  |  | +  }
 | 
	
		
			
				|  |  |  };
 | 
	
		
			
				|  |  |  </script>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  <style lang="scss" scoped>
 | 
	
		
			
				|  |  |  .brand {
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -</style>
 | 
	
		
			
				|  |  | +</style>
 |