|
@@ -870,9 +870,6 @@ export default class extends Vue {
|
|
|
that.projectBoxShow = false;
|
|
that.projectBoxShow = false;
|
|
|
} else {
|
|
} else {
|
|
|
that.projectBoxShow = that.isNeedProject;
|
|
that.projectBoxShow = that.isNeedProject;
|
|
|
- if (that.projectBoxShow == true){
|
|
|
|
|
- that.GetPointsFn();
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
that.save_projectBoxShow_org = that.projectBoxShow;
|
|
that.save_projectBoxShow_org = that.projectBoxShow;
|
|
|
if (this.color_selValue) {
|
|
if (this.color_selValue) {
|
|
@@ -1283,6 +1280,7 @@ export default class extends Vue {
|
|
|
GetProjectlist(formData).then(response => {
|
|
GetProjectlist(formData).then(response => {
|
|
|
if (response.StatusCode == 200) {
|
|
if (response.StatusCode == 200) {
|
|
|
that.checkedProject = response.Data[0];
|
|
that.checkedProject = response.Data[0];
|
|
|
|
|
+ that.radioClick(response.Data[0].servicecode,'');
|
|
|
} else {
|
|
} else {
|
|
|
// console.log(response.Info)
|
|
// console.log(response.Info)
|
|
|
}
|
|
}
|