|
|
@@ -764,6 +764,8 @@ export default class extends Vue {
|
|
|
shop_name:value
|
|
|
}
|
|
|
that.GetPointsFn();
|
|
|
+ that.checkedProject = null;
|
|
|
+ that.checkedProjectId = null;
|
|
|
window.localStorage.setItem("pageDesignfwsRadioValue", JSON.stringify(overviewRadioValue));
|
|
|
that.overlayShow = false;
|
|
|
}
|