Merge branch 'hhl' of SH-Arbitrate/Arbitrate-Frontend into dev
This commit was merged in pull request #32.
This commit is contained in:
@@ -313,7 +313,7 @@
|
|||||||
@cancelcourtReview="cancelcourtReview"
|
@cancelcourtReview="cancelcourtReview"
|
||||||
@getcaseApply="getcaseApply"
|
@getcaseApply="getcaseApply"
|
||||||
></courtReviewDialog>
|
></courtReviewDialog>
|
||||||
<!-- 选择开庭方式 -->
|
<!-- 审核仲裁方式 -->
|
||||||
<choosetrialmethodDaiog
|
<choosetrialmethodDaiog
|
||||||
:showchoosetrialmethod="showchoosetrialmethod"
|
:showchoosetrialmethod="showchoosetrialmethod"
|
||||||
:choosetrialmethodata="choosetrialmethodata"
|
:choosetrialmethodata="choosetrialmethodata"
|
||||||
@@ -583,11 +583,11 @@ export default {
|
|||||||
},
|
},
|
||||||
// 选择开庭方式改为审核仲裁方式
|
// 选择开庭方式改为审核仲裁方式
|
||||||
choosetrialmethodRow(row) {
|
choosetrialmethodRow(row) {
|
||||||
// console.log(row, "选择开庭方式");
|
// console.log(row, "审核仲裁方式");
|
||||||
this.choosetrialmethodata = row;
|
this.choosetrialmethodata = row;
|
||||||
this.showchoosetrialmethod = true;
|
this.showchoosetrialmethod = true;
|
||||||
},
|
},
|
||||||
// 关闭选择开庭方式
|
// 关闭审核仲裁方式
|
||||||
cancelshowchoosetrialMethod() {
|
cancelshowchoosetrialMethod() {
|
||||||
this.showchoosetrialmethod = false;
|
this.showchoosetrialmethod = false;
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -34,14 +34,14 @@ export default {
|
|||||||
props: ["showchoosetrialmethod", "choosetrialmethodata", "queryParams"],
|
props: ["showchoosetrialmethod", "choosetrialmethodata", "queryParams"],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
radio: 2,
|
radio: 1,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 提交开庭方式 arbitrateMethod
|
// 审核仲裁方式 arbitrateMethod
|
||||||
submitForm() {
|
submitForm() {
|
||||||
let paramsdata = {
|
let paramsdata = {
|
||||||
arbitratMethod: this.radio,
|
opinion: this.radio,
|
||||||
};
|
};
|
||||||
let id = {
|
let id = {
|
||||||
id: this.choosetrialmethodata.id,
|
id: this.choosetrialmethodata.id,
|
||||||
|
|||||||
+2
-2
@@ -11,8 +11,8 @@ const name = process.env.VUE_APP_TITLE || '智慧仲裁管理系统' // 网页
|
|||||||
|
|
||||||
const port = process.env.port || process.env.npm_config_port || 80 // 端口
|
const port = process.env.port || process.env.npm_config_port || 80 // 端口
|
||||||
|
|
||||||
// const API = 'http://121.40.189.20:9001' //测试
|
const API = 'http://121.40.189.20:9001' //测试
|
||||||
const API = 'http://192.168.3.77:8080' //Q
|
// const API = 'http://192.168.3.77:8080' //Q
|
||||||
|
|
||||||
// vue.config.js 配置说明
|
// vue.config.js 配置说明
|
||||||
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions
|
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions
|
||||||
|
|||||||
Reference in New Issue
Block a user