|
|
@@ -67,14 +67,14 @@
|
|
|
</template>
|
|
|
<script>
|
|
|
import GSearchTable from "@/components/table/gx.search.table.vue";
|
|
|
-import { ruleListForOrg } from "@/api/resumption/rule.js";
|
|
|
+// import { ruleListForOrg } from "@/api/resumption/rule.js";
|
|
|
export default {
|
|
|
components: { GSearchTable },
|
|
|
data() {
|
|
|
return {
|
|
|
isShow: false,
|
|
|
selectList: [],
|
|
|
- ruleList: [],
|
|
|
+ // ruleList: [],
|
|
|
search: this.emptySearch(),
|
|
|
};
|
|
|
},
|