Compare commits
No commits in common. "9886d8c7314b0c061144654af512aa8ec8d05a2b" and "73ff660783193bab345847020ab64547af14748e" have entirely different histories.
9886d8c731
...
73ff660783
|
@ -16,6 +16,9 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import {
|
||||||
|
updateSurProject
|
||||||
|
} from "@/api/project/surProject";
|
||||||
export default {
|
export default {
|
||||||
name: 'RuoyiUiPitImageDrawer',
|
name: 'RuoyiUiPitImageDrawer',
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import {getSurProject} from "@/api/project/surProject";
|
||||||
import {updatePitSurveyPoint } from "@/api/device/pitSurveyPoint";
|
import {updatePitSurveyPoint } from "@/api/device/pitSurveyPoint";
|
||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
export default {
|
export default {
|
||||||
|
|
Loading…
Reference in New Issue