111
This commit is contained in:
parent
00de441697
commit
853947650f
|
@ -882,7 +882,10 @@ const saveDK = async () => {
|
||||||
)
|
)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
ElMessage.success("编辑成功");
|
ElMessage.success({
|
||||||
|
message: "保存成功",
|
||||||
|
offset: 100, // 距离窗口顶部的偏移量
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
await getCssj();
|
await getCssj();
|
||||||
|
@ -2981,6 +2984,7 @@ const DGcreateCs = (polygon, indexx) => {
|
||||||
cs_dd_arr.value[indexx].addEventListener("click", () => {
|
cs_dd_arr.value[indexx].addEventListener("click", () => {
|
||||||
if (showEdit.value) {
|
if (showEdit.value) {
|
||||||
} else {
|
} else {
|
||||||
|
console.log(polygon.id);
|
||||||
changeCsqkId.value = polygon.id;
|
changeCsqkId.value = polygon.id;
|
||||||
showEdit.value = !showEdit.value;
|
showEdit.value = !showEdit.value;
|
||||||
let a = document.documentElement.getElementsByClassName("left")[0];
|
let a = document.documentElement.getElementsByClassName("left")[0];
|
||||||
|
@ -3158,7 +3162,7 @@ onMounted(async () => {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
z-index: 12;
|
z-index: 12;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: opacity 2s;
|
transition: opacity 1s;
|
||||||
//人口数
|
//人口数
|
||||||
.lyx {
|
.lyx {
|
||||||
.content_item2 {
|
.content_item2 {
|
||||||
|
@ -3406,7 +3410,7 @@ onMounted(async () => {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
z-index: 12;
|
z-index: 12;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: opacity 2s;
|
transition: opacity 1s;
|
||||||
.jbggfwq {
|
.jbggfwq {
|
||||||
.jbggfwq_content {
|
.jbggfwq_content {
|
||||||
height: 520px;
|
height: 520px;
|
||||||
|
|
Loading…
Reference in New Issue