diff --git a/src/views/components/dialog/index.vue b/src/views/components/dialog/index.vue index cc6305d..3ba4a77 100644 --- a/src/views/components/dialog/index.vue +++ b/src/views/components/dialog/index.vue @@ -18,7 +18,7 @@
-
+
选择企业
@@ -393,6 +393,13 @@ export default { } }, methods: { + // 返回上一步 + selectFirm(){ + if(this.$refs.next.innerText == "发布计划"){ + this.nextStep = false; + this.nextText = "下一步"; + } + }, // 匹配行政区划 componendDistrict(district){ let name diff --git a/src/views/login.vue b/src/views/login.vue index 93b7198..e2c50c3 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -97,8 +97,8 @@ export default { return { codeUrl: "", loginForm: { - username: "admin", - password: "admin123", + username: "", + password: "", rememberMe: false, code: "", uuid: "", diff --git a/src/views/yingji/echarts/executive.vue b/src/views/yingji/echarts/executive.vue index ec9cb76..7588259 100644 --- a/src/views/yingji/echarts/executive.vue +++ b/src/views/yingji/echarts/executive.vue @@ -4,7 +4,7 @@ * @Author: JC9527 * @Date: 2023-09-27 14:01:34 * @LastEditors: JC9527 - * @LastEditTime: 2023-09-27 18:17:28 + * @LastEditTime: 2023-09-27 18:44:53 -->