-
+
Ⅰ
选择企业
@@ -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
-->
@@ -49,7 +49,6 @@ export default {
methods: {
xzList() {
xzTree().then((res) => {
- // console.log(this.dept.parentId);
if (this.dept.parentId == 0 || this.dept.leader == 'admin') {
res.data.forEach((value, index) => {
this.compartment.push({
diff --git a/src/views/yingji/enterprise.vue b/src/views/yingji/enterprise.vue
index 2b8589d..dbd4ba7 100644
--- a/src/views/yingji/enterprise.vue
+++ b/src/views/yingji/enterprise.vue
@@ -619,7 +619,6 @@ export default {
// 匹配行政区划
componendDistrict(district){
let name
- console.log(this.option,'this.option')
this.option.map((item)=>{
if(item.value == district) {
name = item.label