diff --git a/deploy.sh b/deploy.sh index 1ff0651..da65377 100755 --- a/deploy.sh +++ b/deploy.sh @@ -19,7 +19,7 @@ git checkout develop git pull git checkout xuxiaoming git merge develop -GIT_MERGE_URL=$(git push origin xuxiaoming) +GIT_MERGE_URL=`git push origin xuxiaoming` echo "\033[32m 当前分支为 ${GIT_MERGE_URL} \033[0m" diff --git a/src/views/productionPlanning/customerForecastDemandReview/index.vue b/src/views/productionPlanning/customerForecastDemandReview/index.vue index 09b7b61..a66d4c6 100644 --- a/src/views/productionPlanning/customerForecastDemandReview/index.vue +++ b/src/views/productionPlanning/customerForecastDemandReview/index.vue @@ -1,7 +1,10 @@ + \ No newline at end of file